e81c9f60abfc29b510cbf958fdd084be76dca7c6
[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 FILE OPTIONS
13
14  -f     <.xtc/.trr/...> (traj.xtc) (Input)
15      Input file description: xtc trr cpt trj gro g96 pdb g87 tng
16  -mult  [<.xtc/.trr/...> [...]] (traj.xtc) (Input, Opt.)
17      Multiple file description: xtc trr cpt trj gro g96 pdb g87 tng
18  -lib   [<.dat>] (libdata.dat) (Input, Opt., Lib.) Library file description
19  -io    [<.dat>] (inout.dat) (In/Out, Opt.) Input/Output file description
20  -o     <.xvg>   (Output, Opt.) Output file description
21
22 OPTIONS
23
24  -[no]bool       (yes)      Boolean option
25  -[no]hidden     (yes)      Hidden option
26  -int   <int>    (2)        Integer option
27  -ivec  <vector> (1 2 3)    Integer vector option
28  -double <real>  (2.5)      Double option
29  -dvec  <vector> (1.1 2.3 3.2) Double vector option
30  -time  <time>   (10)       Time option (ps)
31  -string <string> (test)    String option
32  -enum  <enum>   (no)       Enum option: no, opt1, opt2
33
34 ]]></String>
35 </ReferenceData>