diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 4a3f0f21f..95803f53c 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -1141,6 +1141,10 @@ void CmdLineParser::printHelp() " --suppressions-list=\n" " Suppress warnings listed in the file. Each suppression\n" " is in the same format as above.\n" + " --suppress-xml=\n" + " Suppress warnings listed in a xml file. XML file should\n" + " follow the manual.pdf format specified in section.\n" + " `6.4 XML suppressions` .\n" " --template='' Format the error messages. Available fields:\n" " {file} file name\n" " {line} line number\n"