Update help output
[alexxy/gromacs.git] / src / gromacs / commandline / tests / refdata / CommandLineHelpWriterTest_HandlesLongOptions.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 [-[no]longboolean] [-dvec <vector>] [-string <string>]
8
9 OPTIONS
10
11 Other options:
12
13  -[no]longboolean           (yes)
14            Boolean option with a long name
15  -dvec   <vector>           (1.135 2.32 3.2132)
16            Double vector option
17  -string <string>           (A very long string value that overflows even the description column Another very long string value that overflows even the description column)
18            String option with very long values (may be less relevant with
19            selections having their own option type)
20
21 ]]></String>
22 </ReferenceData>