Update help output
[alexxy/gromacs.git] / src / gromacs / commandline / tests / refdata / CommandLineHelpModuleTest_PrintsGeneralHelp.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <String Name="&lt;stdout&gt;"><![CDATA[
5 SYNOPSIS
6
7 test [-[no]h] [-[no]quiet] [-[no]version] [-[no]copyright] [-nice <int>]
8      [-[no]backup]
9
10 OPTIONS
11
12 Other options:
13
14  -[no]h                     (no)
15            Print help and quit
16  -[no]quiet                 (no)
17            Do not print common startup info or quotes
18  -[no]version               (no)
19            Print extended version information and quit
20  -[no]copyright             (yes)
21            Print copyright information on startup
22  -nice   <int>              (19)
23            Set the nicelevel (default depends on command)
24  -[no]backup                (yes)
25            Write backups if output files exist
26
27 Additional help is available on the following topics:
28     commands  List of available commands
29     topic     Test topic
30 To access the help, use 'test help <topic>'.
31 For help on a command, use 'test help <command>'.
32 ]]></String>
33 </ReferenceData>