mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:38:27 +02:00
Added warning that --no-launcher supposedly does not work.
This commit is contained in:
parent
4a76bd0775
commit
4a74ba5b9f
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ int main(int argc, const char* argv[]) {
|
||||||
// Below are undocumented.
|
// Below are undocumented.
|
||||||
QCommandLineOption noLauncherOption(
|
QCommandLineOption noLauncherOption(
|
||||||
"no-launcher",
|
"no-launcher",
|
||||||
"Do not execute the launcher."
|
"Supposedly does something for the server, unrelated to the application launcher. The feature may never have been implemented."
|
||||||
);
|
);
|
||||||
QCommandLineOption overrideScriptsPathOption(
|
QCommandLineOption overrideScriptsPathOption(
|
||||||
"overrideScriptsPath",
|
"overrideScriptsPath",
|
||||||
|
|
Loading…
Reference in a new issue