Changed help message to --config= rather than --file=
This commit is contained in:
parent
2b9727a4da
commit
4be7feddf6
1 changed files with 1 additions and 1 deletions
|
@ -1045,7 +1045,7 @@ fgUsage ()
|
|||
cout << "\t--control=mode: primary control mode "
|
||||
<< "(joystick, keyboard, mouse)" << endl;
|
||||
cout << "\t--prop:name=value: set property <name> to <value>" << 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;
|
||||
|
|
Loading…
Reference in a new issue