diff --git a/Translations/en/options.xml b/Translations/en/options.xml index 55d561a96..575ea6545 100644 --- a/Translations/en/options.xml +++ b/Translations/en/options.xml @@ -16,6 +16,7 @@ Specify the scenery path(s); Defaults to $FG_ROOT/Scenery Specify additional aircraft directory path(s) (alternatively, you can use --aircraft-dir to target a specific aircraft in a given directory) + Base directory to use for aircraft and scenery downloads (the TerraSync scenery directory may be specifically set with --terrasync-dir) Select the language for this session Disable splash screen Enable splash screen @@ -33,7 +34,7 @@ Include random buildings objects Disable METAR based real weather fetching Enable METAR based real weather fetching (this requires an open internet connection) - Pass a METAR to set up static weather + Pass a METAR string to set up static weather (this implies --disable-real-weather-fetch) (buildings, etc.) Deprecated option (disable internal AI subsystem) Enable AI subsystem (required for multi-player, AI traffic and many other animations) diff --git a/options.xml b/options.xml index 3f21954fb..d255bf59c 100644 --- a/options.xml +++ b/options.xml @@ -85,6 +85,13 @@ + +