summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/tests/test44.out
blob: f246109d74987388c432bf357c6110a6926cfb12 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52

USAGE: 

   ../examples/test5  {-a <string>|-b <string>} {--eee <string>|--fff
                      <string>|-g <string>} {-i <string> ... |-j <string>
                      ... } [--ddd] -c <string> [--] [--version] [-h]


Where: 

   -a <string>,  --aaa <string>
     (OR required)  or test a
         -- OR --
   -b <string>,  --bbb <string>
     (OR required)  or test b


   --eee <string>
     (OR required)  e test
         -- OR --
   --fff <string>
     (OR required)  f test
         -- OR --
   -g <string>,  --ggg <string>
     (OR required)  g test


   -i <string>,  --iii <string>  (accepted multiple times)
     (OR required)  or test i
         -- OR --
   -j <string>,  --jjj <string>  (accepted multiple times)
     (OR required)  or test j


   --ddd
     d test

   -c <string>,  --ccc <string>
     (required)  c test

   --,  --ignore_rest
     Ignores the rest of the labeled arguments following this flag.

   --version
     Displays version information and exits.

   -h,  --help
     Displays usage information and exits.


   this is a message