Notational changes.

This commit is contained in:
Penguin-Guru 2021-10-26 18:32:24 -07:00
parent ce20730b94
commit daecc1563b
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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(