From 4be7feddf6b5fc139df65fa2dab754ffdc9d0d25 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 18 Jun 2001 20:17:43 +0000 Subject: [PATCH] Changed help message to --config= rather than --file= --- src/Main/options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5