From 75695a723e2703c831c23abd3b425414a28c2b78 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Fri, 28 Jan 2011 08:52:18 +0200 Subject: [PATCH] Add --errorlist to CLI help. Fixes ticket #2253 (Make CLI error listing documented and public switch) --- cli/cmdlineparser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index f4a80138f..d91d5d167 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -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"