1
0
Fork 0

Document that --metar automatically implies --disable-real-weather-fetch

Following FlightGear commit 0cfa4ced9cd5e2ec26e753ddd5f61da7558221a6,
mention in the output of 'fgfs --help --verbose' that the --metar option
automatically implies --disable-real-weather-fetch.
This commit is contained in:
Florent Rougon 2016-03-27 10:43:42 +02:00
parent 5d11b5cfaa
commit d503fbdf08

View file

@ -33,7 +33,7 @@
<enable-random-buildings-desc>Include random buildings objects</enable-random-buildings-desc>
<disable-real-weather-fetch-desc>Disable METAR based real weather fetching</disable-real-weather-fetch-desc>
<enable-real-weather-fetch-desc>Enable METAR based real weather fetching (this requires an open internet connection)</enable-real-weather-fetch-desc>
<metar-desc>Pass a METAR to set up static weather</metar-desc>
<metar-desc>Pass a METAR string to set up static weather (this implies --disable-real-weather-fetch)</metar-desc>
<random-objects-desc>(buildings, etc.)</random-objects-desc>
<disable-ai-models-desc>Deprecated option (disable internal AI subsystem)</disable-ai-models-desc>
<enable-ai-models-desc>Enable AI subsystem (required for multi-player, AI traffic and many other animations)</enable-ai-models-desc>