Include info on --launcher option in --help output.
This commit is contained in:
parent
ea22a383a4
commit
16d5f53900
2 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
<general-options>General Options</general-options>
|
||||
<help-desc>Show the most relevant command line options</help-desc>
|
||||
<verbose-desc>Show all command line options when combined with --help or -h</verbose-desc>
|
||||
<launcher-desc>Use GUI launcher</launcher-desc>
|
||||
<version-desc>Display the current FlightGear version</version-desc>
|
||||
<fg-root-desc>Specify the root data path</fg-root-desc>
|
||||
<fg-scenery-desc n="0">Specify the scenery path(s);</fg-scenery-desc>
|
||||
|
|
|
@ -51,6 +51,12 @@
|
|||
<description>help-desc</description>
|
||||
<brief/>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>launcher</name>
|
||||
<description>launcher-desc</description>
|
||||
<brief/>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>verbose</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue