mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 04:26:18 +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.
|
||||
QCommandLineOption noLauncherOption(
|
||||
"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(
|
||||
"overrideScriptsPath",
|
||||
|
|
Loading…
Reference in a new issue