mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-07 19:29:07 -04:00
change for output override bug
This commit is contained in:
parent
5e98e0c863
commit
14ba43861a
@ -1,2 +1,2 @@
|
||||
My special failure message for:
|
||||
my failure message:
|
||||
-*s -- Couldn't find match for argument
|
||||
|
@ -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.)
|
||||
|
Loading…
x
Reference in New Issue
Block a user