Added warning that --scripts does not seem to work.

This commit is contained in:
Penguin-Guru 2021-11-21 07:15:49 -08:00
parent 97ed129a73
commit 4a76bd0775

View file

@ -108,7 +108,7 @@ int main(int argc, const char* argv[]) {
);
QCommandLineOption scriptsOption(
"scripts",
"Set path for defaultScripts. These are probably scripts that run automatically.",
"Set path for defaultScripts. These are probably scripts that run automatically. This parameter does not seem to work.",
"dir"
);
QCommandLineOption allowMultipleInstancesOption(