Document the --download-dir 'fgfs' option for 'fgfs --help --verbose'
For reference, see FlightGear commits aa20e0acd82ffaccb829d941b9c7c5cab627124e and 5baca8598f484874235a037fc5db5eb0f9bdfa4a, as well as the discussion at <https://sourceforge.net/p/flightgear/mailman/flightgear-devel/thread/87egb1wipj.fsf%40frougon.crabdance.com/#msg34959541>.
This commit is contained in:
parent
d503fbdf08
commit
5f4d2d509f
2 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
<fg-scenery-desc n="0">Specify the scenery path(s);</fg-scenery-desc>
|
<fg-scenery-desc n="0">Specify the scenery path(s);</fg-scenery-desc>
|
||||||
<fg-scenery-desc n="1">Defaults to $FG_ROOT/Scenery</fg-scenery-desc>
|
<fg-scenery-desc n="1">Defaults to $FG_ROOT/Scenery</fg-scenery-desc>
|
||||||
<fg-aircraft-desc>Specify additional aircraft directory path(s) (alternatively, you can use --aircraft-dir to target a specific aircraft in a given directory)</fg-aircraft-desc>
|
<fg-aircraft-desc>Specify additional aircraft directory path(s) (alternatively, you can use --aircraft-dir to target a specific aircraft in a given directory)</fg-aircraft-desc>
|
||||||
|
<download-dir-desc>Base directory to use for aircraft and scenery downloads (the TerraSync scenery directory may be specifically set with --terrasync-dir)</download-dir-desc>
|
||||||
<language-desc>Select the language for this session</language-desc>
|
<language-desc>Select the language for this session</language-desc>
|
||||||
<disable-splash-screen-desc>Disable splash screen</disable-splash-screen-desc>
|
<disable-splash-screen-desc>Disable splash screen</disable-splash-screen-desc>
|
||||||
<enable-splash-screen-desc>Enable splash screen</enable-splash-screen-desc>
|
<enable-splash-screen-desc>Enable splash screen</enable-splash-screen-desc>
|
||||||
|
|
|
@ -85,6 +85,13 @@
|
||||||
<brief/>
|
<brief/>
|
||||||
</option>
|
</option>
|
||||||
|
|
||||||
|
<option>
|
||||||
|
<name>download-dir</name>
|
||||||
|
<arg>path</arg>
|
||||||
|
<description>download-dir-desc</description>
|
||||||
|
<brief/>
|
||||||
|
</option>
|
||||||
|
|
||||||
<option>
|
<option>
|
||||||
<name>language</name>
|
<name>language</name>
|
||||||
<arg>code</arg>
|
<arg>code</arg>
|
||||||
|
|
Loading…
Reference in a new issue