summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/tests/test60.out
blob: d96dcea8845afbfc7d8c5beb01eaa1c297cc95f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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