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