forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -96,7 +96,7 @@ const char fixedOptionsC[] =
|
|||||||
" -client Attempt to connect to already running first instance\n"
|
" -client Attempt to connect to already running first instance\n"
|
||||||
" -settingspath <path> Override the default path where user settings are stored\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"
|
" -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"
|
" -pid <pid> Attempt to connect to instance given by pid\n"
|
||||||
" -block Block until editor is closed\n"
|
" -block Block until editor is closed\n"
|
||||||
" -pluginpath <path> Add a custom search path for plugins\n";
|
" -pluginpath <path> Add a custom search path for plugins\n";
|
||||||
|
Reference in New Issue
Block a user