diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 4398c66b9..5244d803d 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -937,6 +937,7 @@ void CmdLineParser::printHelp() " be considered for evaluation.\n" " --config-excludes-file=\n" " A file that contains a list of config-excludes\n" + " --doc Print a list of all available checks.\n" " --dump Dump xml data for each translation unit. The dump\n" " files have the extension .dump and contain ast,\n" " tokenlist, symboldatabase, valueflow.\n" @@ -981,7 +982,6 @@ void CmdLineParser::printHelp() " provided. Note that your operating system can modify\n" " this value, e.g. '256' can become '0'.\n" " --errorlist Print a list of all the error messages in XML format.\n" - " --doc Print a list of all available checks.\n" " --exitcode-suppressions=\n" " Used when certain messages should be displayed but\n" " should not cause a non-zero exitcode.\n"