From 4a74ba5b9fb7237e90ee9906b840b0d2a7fee8e3 Mon Sep 17 00:00:00 2001 From: Penguin-Guru Date: Wed, 1 Dec 2021 14:49:34 -0800 Subject: [PATCH] Added warning that --no-launcher supposedly does not work. --- interface/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index e690615037..aa314df944 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -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",