--help: arguments should be written in alphabetical order
This commit is contained in:
parent
6d7ec98dd6
commit
7ec8ce2ece
|
@ -937,6 +937,7 @@ void CmdLineParser::printHelp()
|
|||
" be considered for evaluation.\n"
|
||||
" --config-excludes-file=<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=<file>\n"
|
||||
" Used when certain messages should be displayed but\n"
|
||||
" should not cause a non-zero exitcode.\n"
|
||||
|
|
Loading…
Reference in New Issue