]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/options.cxx
Added code to put aircraft at the end of the runway closest to the desired
[flightgear.git] / src / Main / options.cxx
index bea86b188619f3c76dfb0fc05d6255474e372df6..1c4c0a38781ce9e55e773894b1d5868746071936 100644 (file)
@@ -1044,6 +1044,8 @@ void fgOPTIONS::usage ( void ) {
     cout << "" << endl;
 
     cout << "Network Options:" << endl;
+    cout << "\t--enable-network-olk:  enable Multipilot mode" << endl;
+    cout << "\t--disable-network-olk:  disable Multipilot mode (default)" << endl;
     cout << "\t--net-hud:  Hud displays network info" << endl;
     cout << "\t--net-id=name:  specify your own callsign" << endl;
 #endif