aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-10-09 12:16:40 +0100
committerRalph Amissah <ralph@amissah.com>2007-10-09 12:16:40 +0100
commit73ab0fc4648dc6791890adcf040a4c45ae18d298 (patch)
tree1300eb49440dc30fce4dbfed4d38a39fdc1925df /lib
parentdal, 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 'lib')
-rw-r--r--lib/sisu/v0/sysenv.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/sisu/v0/sysenv.rb b/lib/sisu/v0/sysenv.rb
index fd3f5be2..48161592 100644
--- a/lib/sisu/v0/sysenv.rb
+++ b/lib/sisu/v0/sysenv.rb
@@ -1797,42 +1797,42 @@ WOK
if defined? @rc['flag']['default'] and
not (@rc['flag']['default'].nil? or @rc['flag']['default'].empty?)
@rc['flag']['default']
- else '-NhwpAobxXyYv'
+ else '-NhwpaobxXyYv'
end
end
def cf_1 #processing flag shortcuts
if defined? @rc['flag']['i'] and
not (@rc['flag']['i'].nil? or @rc['flag']['i'].empty?)
@rc['flag']['i']
- else '-NhwpAoy' #'-Nhwpy'
+ else '-hwpoy'
end
end
def cf_2 #processing flag shortcuts
if defined? @rc['flag']['ii'] and
not (@rc['flag']['ii'].nil? or @rc['flag']['ii'].empty?)
@rc['flag']['ii']
- else '-NhwpAobxXy' # '-NhwpAoy'
+ else '-NhwpaobxXy'
end
end
def cf_3 #processing flag shortcuts
if defined? @rc['flag']['iii'] and
not (@rc['flag']['iii'].nil? or @rc['flag']['iii'].empty?)
@rc['flag']['iii']
- else '-NhwpAobxXyY'
+ else '-NhwpaobxXyY'
end
end
def cf_4 #processing flag shortcuts
if defined? @rc['flag']['iv'] and
not (@rc['flag']['iv'].nil? or @rc['flag']['iv'].empty?)
@rc['flag']['iv']
- else '-NhwpAobxXDyY --import'
+ else '-NhwpaobxXDyY --import'
end
end
def cf_5 #processing flag shortcuts
if defined? @rc['flag']['v'] and
not (@rc['flag']['v'].nil? or @rc['flag']['v'].empty?)
@rc['flag']['v']
- else '-NhwpAobxXDyY --update'
+ else '-NhwpaobxXDyY --update'
end
end
end