Skip to content

Commit

Permalink
Added warning that --no-launcher supposedly does not work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Penguin-Guru authored and Penguin-Guru committed Dec 1, 2021
1 parent 4c7854a commit 3a2646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,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",
Expand Down

0 comments on commit 3a2646e

Please sign in to comment.