summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-03-18 12:36:38 +0100
committerhjk <hjk@qt.io>2019-03-18 12:03:56 +0000
commit5a37385852ba55412912c19829f78c5c6ea6c1ad (patch)
treedcb59a72f6e9f8ddbf45240b5ff576d3287a123d /src/app
parentb96bd8b19d5b44d3380775e0734e784c3eb7ea5a (diff)
downloadqt-creator-5a37385852ba55412912c19829f78c5c6ea6c1ad.tar.gz
App: Fix typo in the -temporarycleansettings description
And mention the option in the ChangeLog. Change-Id: I7cce04ec1ad8b3f89b4a4f6c24f2a8d2da9381a0 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/app')
-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 d946f1f201..27412c3d06 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -81,7 +81,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"
-" -temporarycleansetting Use clean settings for debug or testing reasons\n"
+" -temporarycleansettings 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";