mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Added warning that --scripts does not seem to work.
This commit is contained in:
parent
97ed129a73
commit
4a76bd0775
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ int main(int argc, const char* argv[]) {
|
||||||
);
|
);
|
||||||
QCommandLineOption scriptsOption(
|
QCommandLineOption scriptsOption(
|
||||||
"scripts",
|
"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"
|
"dir"
|
||||||
);
|
);
|
||||||
QCommandLineOption allowMultipleInstancesOption(
|
QCommandLineOption allowMultipleInstancesOption(
|
||||||
|
|
Loading…
Reference in a new issue