From: curt Date: Mon, 18 Jun 2001 20:17:43 +0000 (+0000) Subject: Changed help message to --config= rather than --file= X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=4be7feddf6b5fc139df65fa2dab754ffdc9d0d25;p=flightgear.git Changed help message to --config= rather than --file= --- diff --git a/src/Main/options.cxx b/src/Main/options.cxx index dba02ceb6..3714d5627 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -1045,7 +1045,7 @@ fgUsage () cout << "\t--control=mode: primary control mode " << "(joystick, keyboard, mouse)" << endl; cout << "\t--prop:name=value: set property to " << endl; - cout << "\t--file=path: load additional properties from path" << endl; + cout << "\t--config=path: load additional properties from path" << endl; cout << endl; cout << "Features:" << endl;