mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 00:47:17 +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(
|
||||
"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(
|
||||
|
|
Loading…
Reference in a new issue