aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/main.cpp
diff options
context:
space:
mode:
authorArtem Sokolovskii <artem.sokolovskii@qt.io>2021-08-18 11:23:43 +0200
committerArtem Sokolovskii <artem.sokolovskii@qt.io>2021-08-18 09:54:47 +0000
commit0f89b97b03debf249c8aa99b3d1a7cb314d604fe (patch)
tree9a5b33dcfcc9adeba54c6c49afa2aa859ad6b8b8 /src/app/main.cpp
parent6d44c28f0ae73295464ae7acd59f439c327d0f46 (diff)
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 <david.schulz@qt.io>
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r--src/app/main.cpp2
1 files changed, 1 insertions, 1 deletions
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 <path> Override the default path where user settings are stored\n"
" -installsettingspath <path> 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 <pid> Attempt to connect to instance given by pid\n"
" -block Block until editor is closed\n"
" -pluginpath <path> Add a custom search path for plugins\n";