ossp-pkg/shtool/sh.arx 1.15 -> 1.16
--- sh.arx 2001/01/17 09:55:11 1.15
+++ sh.arx 2001/09/23 10:58:10 1.16
@@ -20,9 +20,10 @@
##
str_tool="arx"
-str_usage="[-t] [-C<cmd>] <op> <archive> [<file> ...]"
+str_usage="[-t|--trace] [-C|--command <cmd>] <op> <archive> [<file> ...]"
arg_spec="2+"
opt_spec="t.C:"
+opt_alias="t:trace,C:command"
opt_t=no
opt_C="ar"
|
|