ossp-pkg/shtool/sh.table 1.14 -> 1.15
--- sh.table 2001/01/17 09:55:11 1.14
+++ sh.table 2001/09/23 10:58:10 1.15
@@ -20,9 +20,10 @@
##
str_tool="table"
-str_usage="[-F<sep>] [-w<width>] [-c<cols>] [-s<strip>] <str><sep><str>..."
+str_usage="[-F|--field-sep <sep>] [-w|--width <width>] [-c|--columns <cols>] [-s|--strip <strip>] <str><sep><str>..."
arg_spec="1+"
opt_spec="F:w:c:s:"
+opt_alias="F:field-sep,w:width,c:columns,s:strip"
opt_F=":"
opt_w=15
opt_c=3
|
|