Add --errorlist to CLI help.

Fixes ticket #2253 (Make CLI error listing documented and public switch)
This commit is contained in:
Kimmo Varis 2011-01-28 08:52:18 +02:00
parent 88abeeebba
commit 75695a723e
1 changed files with 1 additions and 0 deletions

View File

@ -540,6 +540,7 @@ void CmdLineParser::PrintHelp()
" if arguments are not valid or if no input files are\n"
" provided. Note that your operating system can\n"
" modify this value, e.g. 256 can become 0.\n"
" --errorlist Print a list of all error messages in XML format.\n"
" --exitcode-suppressions file\n"
" Used when certain messages should be displayed but\n"
" should not cause a non-zero exitcode.\n"