change for output override bug

This commit is contained in:
mes5k 2005-01-05 18:45:12 +00:00
parent 5e98e0c863
commit 14ba43861a
2 changed files with 8 additions and 30 deletions

View File

@ -1,2 +1,2 @@
My special failure message for:
my failure message:
-*s -- Couldn't find match for argument

View File

@ -1,29 +1,7 @@
USAGE:
../examples/test4 [-A] [-B] -s <string> [--] [-v] [-h]
Where:
-A, --sA
exist Test A
-B, --sB
exist Test B
-s <string>, --Bs <string>
(required) (value required) string test
--, --ignore_rest
Ignores the rest of the labeled arguments following this flag.
-v, --version
Displays version information and exits.
-h, --help
Displays usage information and exits.
this is a message
my usage message:
-A, --sA (exist Test A)
-B, --sB (exist Test B)
-s <string>, --Bs <string> ((required) (value required) string test)
--, --ignore_rest (Ignores the rest of the labeled arguments following this flag.)
-v, --version (Displays version information and exits.)
-h, --help (Displays usage information and exits.)