Remove .tpa, .tpb, .tpx, .trj files. Part of #1500.
[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 and output files:
13
14  -f     [<.xtc/.trr/...>] (path/to/long/trajectory/name.xtc) (Input)
15      File name option with a long value: xtc trr cpt gro g96 pdb tng
16  -f2    [<.xtc/.trr/...>] (path/to/long/trajectory.xtc) (Input)
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) (Input, Opt., Lib.)
19      File name option with a long value and type: xtc trr cpt gro g96 pdb tng
20  -longfileopt [<.dat>] (deffile.dat) (Input, Opt.)
21      File name option with a long name
22  -longfileopt2 [<.dat>] (path/to/long/file/name.dat) (Input, Opt., Lib.)
23      File name option with multiple long fields
24
25 ]]></String>
26 </ReferenceData>