Update help output
[alexxy/gromacs.git] / src / gromacs / commandline / tests / refdata / CommandLineHelpWriterTest_HandlesOptionTypes.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <String Name="HelpText"><![CDATA[
5 SYNOPSIS
6
7 gmx [-f [<.xtc/.trr/...>]] [-mult [<.xtc/.trr/...> [...]]] [-lib [<.dat>]]
8     [-io [<.dat>]] [-o <.xvg>] [-[no]bool] [-[no]hidden] [-int <int>]
9     [-ivec <vector>] [-double <real>] [-dvec <vector>] [-time <time>]
10     [-string <string>] [-enum <enum>]
11
12 OPTIONS
13
14 Options to specify input files:
15
16  -f      [<.xtc/.trr/...>]  (traj.xtc)
17            Input file description: xtc trr cpt gro g96 pdb tng
18  -mult   [<.xtc/.trr/...> [...]] (traj.xtc)  (Opt.)
19            Multiple file description: xtc trr cpt gro g96 pdb tng
20  -lib    [<.dat>]           (libdata.dat)    (Opt., Lib.)
21            Library file description
22
23 Options to specify input/output files:
24
25  -io     [<.dat>]           (inout.dat)      (Opt.)
26            Input/Output file description
27
28 Options to specify output files:
29
30  -o      <.xvg>                              (Opt.)
31            Output file description
32
33 Other options:
34
35  -[no]bool                  (yes)
36            Boolean option
37  -[no]hidden                (yes)
38            Hidden option
39  -int    <int>              (2)
40            Integer option
41  -ivec   <vector>           (1 2 3)
42            Integer vector option
43  -double <real>             (2.5)
44            Double option
45  -dvec   <vector>           (1.1 2.3 3.2)
46            Double vector option
47  -time   <time>             (10)
48            Time option (ps)
49  -string <string>           (test)
50            String option
51  -enum   <enum>             (no)
52            Enum option: no, opt1, opt2
53
54 ]]></String>
55 </ReferenceData>