summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/tests/test60.out
diff options
context:
space:
mode:
Diffstat (limited to 'tclap-1.2.1/tests/test60.out')
-rw-r--r--tclap-1.2.1/tests/test60.out29
1 files changed, 29 insertions, 0 deletions
diff --git a/tclap-1.2.1/tests/test60.out b/tclap-1.2.1/tests/test60.out
new file mode 100644
index 0000000..d96dcea
--- /dev/null
+++ b/tclap-1.2.1/tests/test60.out
@@ -0,0 +1,29 @@
+PARSE ERROR: Argument: -r (--reverse)
+ Argument already set!
+
+
+USAGE:
+
+ ../examples/test9 [-N] ... [-V] ... [-r] [--] <won't see this>
+
+
+Where:
+
+ -N, --noise (accepted multiple times)
+ Level of noise
+
+ -V, --verbose (accepted multiple times)
+ Level of verbosity
+
+ -r, --reverse
+ REVERSE instead of FORWARDS
+
+ --, --ignore_rest
+ Ignores the rest of the labeled arguments following this flag.
+
+ <won't see this>
+ a random word
+
+
+ Command description message
+