mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Notational changes.
This commit is contained in:
parent
ce20730b94
commit
daecc1563b
2 changed files with 2 additions and 2 deletions
|
@ -1920,7 +1920,7 @@ Application::Application(
|
|||
}
|
||||
|
||||
if (parser->isSet("scripts")) {
|
||||
_defaultScriptsLocation.setPath(parser->value("scripts")); // Already done in "main.cpp".
|
||||
_defaultScriptsLocation.setPath(parser->value("scripts")); // Might need to be done in "main.cpp".
|
||||
_overrideDefaultScriptsLocation = true;
|
||||
} else {
|
||||
_overrideDefaultScriptsLocation = false;
|
||||
|
|
|
@ -107,7 +107,7 @@ int main(int argc, const char* argv[]) {
|
|||
);
|
||||
QCommandLineOption scriptsOption(
|
||||
"scripts",
|
||||
"Set path for defaultScripts.",
|
||||
"Set path for defaultScripts. These are probably scripts that run automatically.",
|
||||
"dir"
|
||||
);
|
||||
QCommandLineOption allowMultipleInstancesOption(
|
||||
|
|
Loading…
Reference in a new issue