Added warning that --no-launcher supposedly does not work.

This commit is contained in:
Penguin-Guru 2021-12-01 14:49:34 -08:00
parent 4a76bd0775
commit 4a74ba5b9f

View file

@ -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",