summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/tests/test7.out
blob: 2f583f5442c84f31fad2b8820f34157cd0230b3a (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

USAGE: 

   ../examples/test2  [-f <float>] -i <int> -s <string> [-A] [-C] [-B] [--]
                      [--version] [-h] <string> <string> ...


Where: 

   -f <float>,  --floatTest <float>
     float test

   -i <int>,  --intTest <int>
     (required)  integer test

   -s <string>,  --stringTest <string>
     (required)  string test

   -A,  --existTestA
     tests for the existence of A

   -C,  --existTestC
     tests for the existence of C

   -B,  --existTestB
     tests for the existence of B

   --,  --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.

   <string>
     (required)  unlabeld test

   <string>  (accepted multiple times)
     file names


   this is a message