- 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"
|
||||
Start out in a running state.
|
||||
.TP
|
||||
.B "--disable-fuel-freeze"
|
||||
Disable fuel freeze (enabling fuel consumption).
|
||||
.TP
|
||||
.B "--disable-fullscreen"
|
||||
Disable fullscreen mode.
|
||||
.TP
|
||||
|
@ -124,6 +127,9 @@ Enable cloud rendering.
|
|||
.B "--enable-freeze"
|
||||
Start out in a frozen state.
|
||||
.TP
|
||||
.B "--enable-fuel-freeze"
|
||||
Enable fuel freeze (disabling fuel consumption).
|
||||
.TP
|
||||
.B "--enable-fullscreen"
|
||||
Enable fullscreen mode.
|
||||
.TP
|
||||
|
@ -214,6 +220,9 @@ altitude above ground level.
|
|||
.BI "--joyclient=" "medium" "," "direction" "," "hz" "," "options" "," "..."
|
||||
Open an IO connection to an Agwagon joystick
|
||||
.TP
|
||||
.BI "--jpg-httpd=" "port"
|
||||
Start a screen shot HTTP server on the specified port.
|
||||
.TP
|
||||
.BI "--lat=" "degrees"
|
||||
Specify starting latitude (degrees).
|
||||
.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"
|
||||
Specify a starting date/time with respect to your local system time.
|
||||
.TP
|
||||
.BI "--tile-radius=" "n"
|
||||
Specify tile radius. Valid values are 1 - 4.
|
||||
.TP
|
||||
.B "--time-match-local"
|
||||
Synchronize time with local real-world time.
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue