diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-10-09 12:16:40 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-10-09 12:16:40 +0100 |
commit | 73ab0fc4648dc6791890adcf040a4c45ae18d298 (patch) | |
tree | 1300eb49440dc30fce4dbfed4d38a39fdc1925df /conf | |
parent | dal, permit writing of note before and after autogen of available outputs sho... (diff) |
command line processing shortcuts changed
-1 does only -hwpoyv and (obsoleted) -A changed in sysenv with -a
Diffstat (limited to 'conf')
-rw-r--r-- | conf/sisu/sisurc.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/sisu/sisurc.yml b/conf/sisu/sisurc.yml index 3ed56c96..611548b6 100644 --- a/conf/sisu/sisurc.yml +++ b/conf/sisu/sisurc.yml @@ -55,6 +55,7 @@ show_output_on: 'filesystem_url' flag: color: true # making colour default -c is toggle, and will now toggle colour off default: '-NhwpoabxXyYv' # includes verbose; -m would in any event be run by default + i: '-hwpoyv' # includes verbose; -m run by default i: '-Nhwpoayv' # includes verbose; -m run by default ii: '-NhwpoabxXyv' # includes verbose; -m run by default iii: '-NhwpoabxXyYv' # includes verbose; -m run by default |