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";