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