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