From 0f89b97b03debf249c8aa99b3d1a7cb314d604fe Mon Sep 17 00:00:00 2001 From: Artem Sokolovskii Date: Wed, 18 Aug 2021 11:23:43 +0200 Subject: [PATCH] QtCreator: Update help message * Add information about -tcs alias of -temporarycleansettings command to the help message Task-number: QTCREATORBUG-26132 Change-Id: Ie79e33cf2358ad2f7253656017c9e8b433b7f635 Reviewed-by: David Schulz --- src/app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index 235c7000345..81bb30a3786 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -96,7 +96,7 @@ const char fixedOptionsC[] = " -client Attempt to connect to already running first instance\n" " -settingspath Override the default path where user settings are stored\n" " -installsettingspath Override the default path from where user-independent settings are read\n" -" -temporarycleansettings Use clean settings for debug or testing reasons\n" +" -temporarycleansettings, -tcs Use clean settings for debug or testing reasons\n" " -pid Attempt to connect to instance given by pid\n" " -block Block until editor is closed\n" " -pluginpath Add a custom search path for plugins\n";