diff options
Diffstat (limited to 'tclap-1.2.1/tests/test57.out')
-rw-r--r-- | tclap-1.2.1/tests/test57.out | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tclap-1.2.1/tests/test57.out b/tclap-1.2.1/tests/test57.out new file mode 100644 index 0000000..eabdc27 --- /dev/null +++ b/tclap-1.2.1/tests/test57.out @@ -0,0 +1,11 @@ +PARSE ERROR: Argument: -i (--iii) + Mutually exclusive argument already set! + +Brief USAGE: + ../examples/test5 {-a <string>|-b <string>} {--eee <string>|--fff + <string>|-g <string>} {-i <string> ... |-j <string> + ... } [--ddd] -c <string> [--] [--version] [-h] + +For complete USAGE and HELP type: + ../examples/test5 --help + |