--- platform.sh 2003/09/08 11:16:13 1.1
+++ platform.sh 2003/09/08 11:24:01 1.2
@@ -43,7 +43,7 @@
str_usage="$str_usage [-S|--sep STRING]"
str_usage="$str_usage [-C|--conc STRING]"
str_usage="$str_usage [-L|--lower]"
-str_usage="$str_usage [-U|--lower]"
+str_usage="$str_usage [-U|--upper]"
str_usage="$str_usage [-T|--type TYPE]"
str_usage="$str_usage [-v|--verbose]"
str_usage="$str_usage [-c|--concise]"
@@ -53,7 +53,7 @@
str_usage="$str_usage [-h|--help]"
arg_spec="0="
opt_spec="F:S:C:L.U.T:v.c.n.d.V.h."
-opt_alias="F:format,S:sep,C:conc,L:lower,T:type,v:verbose,c:consise,n:newline,d:debug,V:version,h:help"
+opt_alias="F:format,S:sep,C:conc,L:lower,U:upper,T:type,v:verbose,c:consise,n:newline,d:debug,V:version,h:help"
opt_F="Class: %sc (%ac)\\nProduct: %sp (%ap)\\nTechnology: %st (%at)"
opt_S=" "
opt_C="/"
|