diff options
Diffstat (limited to 'tclap-1.2.1/tests/test29.out')
-rw-r--r-- | tclap-1.2.1/tests/test29.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tclap-1.2.1/tests/test29.out b/tclap-1.2.1/tests/test29.out new file mode 100644 index 0000000..20d1692 --- /dev/null +++ b/tclap-1.2.1/tests/test29.out @@ -0,0 +1,10 @@ +PARSE ERROR: Argument: -i (--intTest) + Couldn't read argument value from string '0xA' + +Brief USAGE: + ../examples/test2 [-f <float>] -i <int> -s <string> [-A] [-C] [-B] [--] + [--version] [-h] <string> <string> ... + +For complete USAGE and HELP type: + ../examples/test2 --help + |