ossp-pkg/shtool/sh.subst 1.1 -> 1.2
--- sh.subst 2001/06/14 19:02:54 1.1
+++ sh.subst 2001/09/23 10:58:10 1.2
@@ -20,10 +20,11 @@
##
str_tool="subst"
-str_usage="[-v] [-t] [-n] [-s] [-i] [-b<ext>] [-e<cmd>] [-f<cmd-file>] [<file>] [...]"
+str_usage="[-v|--verbose] [-t|--trace] [-n|--nop] [-s|--stealth] [-i|--interactive] [-b|--backup <ext>] [-e|--exec <cmd>] [-f|--file <cmd-file>] [<file>] [...]"
gen_tmpfile=yes
arg_spec="0+"
opt_spec="v.t.n.s.i.b:e+f:"
+opt_alias="v:verbose,t:trace,n:nop,s:stealth,i:interactive,b:backup,e:exec,f:file"
opt_v=no
opt_t=no
opt_n=no
|
|