1
0
Fork 0

Added help text for new --load-tape=<url> support.

This commit is contained in:
Julian Smith 2021-02-17 23:32:47 +00:00
parent f8711a67cb
commit 8c7390495b
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
<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>
<load-tape-desc>Load recording of earlier flightgear session. If &lt;name&gt; ends with .fgtape it is interpreted as the recording's pathname; otherwise the recording's pathname is formed by prepending &lt;name&gt; with the tape directory and appending ".fgtape".</load-tape-desc>
<load-tape-desc>Load recording of earlier flightgear session. For &lt;name&gt;, if &lt;name&gt; ends with .fgdata it is treated as the local path of the recording file; otherwise we form the local path by prepending &lt;name&gt; with the tape directory and appending ".fgtape". For &lt;url&gt; (starting with http:// or https://) we download the remote recording (which must be a Continuous recording) in the background to a url-dependent filename while replaying it; if the url-dependent filename already exists it is assumed to be a truncated download and we only download any remaining data.</load-tape-desc>
<disable-splash-screen-desc>Disable splash screen</disable-splash-screen-desc>
<enable-splash-screen-desc>Enable splash screen</enable-splash-screen-desc>
<restore-defaults-desc>Reset all user settings to their defaults (rendering options etc)</restore-defaults-desc>

View file

@ -114,7 +114,7 @@
<option>
<name>load-tape</name>
<arg>name</arg>
<arg>&lt;name&gt; | &lt;url&gt;</arg>
<description>load-tape-desc</description>
<brief/>
</option>