Implement synopsis for 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  -[no]longboolean (yes)     Boolean option with a long name
12  -dvec  <vector> (1.135 2.32 3.2132) Double vector option
13  -string <string> (A very long string value that overflows even the description column Another very long string value that overflows even the description column)
14      String option with very long values (may be less relevant with selections
15      having their own option type)
16
17 ]]></String>
18 </ReferenceData>