summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/tests/test40.out
blob: 8cafa16e839d1a3b7d35d9b6c2cade288ff99710 (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

USAGE: 

   ../examples/test1  [-r] -n <string> [--] [--version] [-h]


Where: 

   -r,  --reverse
     Print name backwards

   -n <string>,  --name <string>
     (required)  Name to print

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


   Command description message