Update help output
[alexxy/gromacs.git] / src / gromacs / commandline / tests / refdata / CommandLineHelpWriterTest_HandlesLongFileOptions.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/...>]] [-f2 [<.xtc/.trr/...>]] [-lib [<.xtc/.trr/...>]]
8     [-longfileopt [<.dat>]] [-longfileopt2 [<.dat>]]
9
10 OPTIONS
11
12 Options to specify input files:
13
14  -f      [<.xtc/.trr/...>]  (path/to/long/trajectory/name.xtc)
15            File name option with a long value: xtc trr cpt gro g96 pdb tng
16  -f2     [<.xtc/.trr/...>]  (path/to/long/trajectory.xtc)
17            File name option with a long value: xtc trr cpt gro g96 pdb tng
18  -lib    [<.xtc/.trr/...>]  (path/to/long/trajectory/name.xtc) (Opt., Lib.)
19            File name option with a long value and type: xtc trr cpt gro g96
20            pdb tng
21  -longfileopt [<.dat>]      (deffile.dat)    (Opt.)
22            File name option with a long name
23  -longfileopt2 [<.dat>]     (path/to/long/file/name.dat) (Opt., Lib.)
24            File name option with multiple long fields
25
26 ]]></String>
27 </ReferenceData>