diff options
Diffstat (limited to 'tclap-1.2.1/tests/test50.out')
-rw-r--r-- | tclap-1.2.1/tests/test50.out | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tclap-1.2.1/tests/test50.out b/tclap-1.2.1/tests/test50.out new file mode 100644 index 0000000..f38c950 --- /dev/null +++ b/tclap-1.2.1/tests/test50.out @@ -0,0 +1,11 @@ +PARSE ERROR: Argument: -s (--stringTest) + Couldn't find delimiter for this argument! + +Brief USAGE: + ../examples/test8 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B] + [--] [--version] [-h] <string> <string> + <fileNameString> ... + +For complete USAGE and HELP type: + ../examples/test8 --help + |