- added --(en|dis)able-fuel-freeze and --jpg-httpd
- removed --tile-radius
This commit is contained in:
parent
9f85caa64c
commit
3c929655ef
1 changed files with 9 additions and 3 deletions
|
@ -76,6 +76,9 @@ Disable cloud rendering.
|
||||||
.B "--disable-freeze"
|
.B "--disable-freeze"
|
||||||
Start out in a running state.
|
Start out in a running state.
|
||||||
.TP
|
.TP
|
||||||
|
.B "--disable-fuel-freeze"
|
||||||
|
Disable fuel freeze (enabling fuel consumption).
|
||||||
|
.TP
|
||||||
.B "--disable-fullscreen"
|
.B "--disable-fullscreen"
|
||||||
Disable fullscreen mode.
|
Disable fullscreen mode.
|
||||||
.TP
|
.TP
|
||||||
|
@ -124,6 +127,9 @@ Enable cloud rendering.
|
||||||
.B "--enable-freeze"
|
.B "--enable-freeze"
|
||||||
Start out in a frozen state.
|
Start out in a frozen state.
|
||||||
.TP
|
.TP
|
||||||
|
.B "--enable-fuel-freeze"
|
||||||
|
Enable fuel freeze (disabling fuel consumption).
|
||||||
|
.TP
|
||||||
.B "--enable-fullscreen"
|
.B "--enable-fullscreen"
|
||||||
Enable fullscreen mode.
|
Enable fullscreen mode.
|
||||||
.TP
|
.TP
|
||||||
|
@ -214,6 +220,9 @@ altitude above ground level.
|
||||||
.BI "--joyclient=" "medium" "," "direction" "," "hz" "," "options" "," "..."
|
.BI "--joyclient=" "medium" "," "direction" "," "hz" "," "options" "," "..."
|
||||||
Open an IO connection to an Agwagon joystick
|
Open an IO connection to an Agwagon joystick
|
||||||
.TP
|
.TP
|
||||||
|
.BI "--jpg-httpd=" "port"
|
||||||
|
Start a screen shot HTTP server on the specified port.
|
||||||
|
.TP
|
||||||
.BI "--lat=" "degrees"
|
.BI "--lat=" "degrees"
|
||||||
Specify starting latitude (degrees).
|
Specify starting latitude (degrees).
|
||||||
.TP
|
.TP
|
||||||
|
@ -298,9 +307,6 @@ Specify a starting date/time with respect to Local Aircraft Time.
|
||||||
.BI "--start-date-sys=" "yyyy:mm:dd:hh:mm:ss"
|
.BI "--start-date-sys=" "yyyy:mm:dd:hh:mm:ss"
|
||||||
Specify a starting date/time with respect to your local system time.
|
Specify a starting date/time with respect to your local system time.
|
||||||
.TP
|
.TP
|
||||||
.BI "--tile-radius=" "n"
|
|
||||||
Specify tile radius. Valid values are 1 - 4.
|
|
||||||
.TP
|
|
||||||
.B "--time-match-local"
|
.B "--time-match-local"
|
||||||
Synchronize time with local real-world time.
|
Synchronize time with local real-world time.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in a new issue