1
0
Fork 0

Include info on --launcher option in --help output.

This commit is contained in:
Julian Smith 2020-04-30 18:29:49 +01:00
parent ea22a383a4
commit 16d5f53900
2 changed files with 7 additions and 0 deletions

View file

@ -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>

View file

@ -51,6 +51,12 @@
<description>help-desc</description>
<brief/>
</option>
<option>
<name>launcher</name>
<description>launcher-desc</description>
<brief/>
</option>
<option>
<name>verbose</name>