[cli] help misses `--suppress-xml` description (#2436)

This commit is contained in:
Francesc Elies 2019-12-09 19:01:15 +01:00 committed by Daniel Marjamäki
parent 0507b1a2b6
commit cbd9713006
1 changed files with 4 additions and 0 deletions

View File

@ -1141,6 +1141,10 @@ void CmdLineParser::printHelp()
" --suppressions-list=<file>\n"
" Suppress warnings listed in the file. Each suppression\n"
" is in the same format as <spec> above.\n"
" --suppress-xml=<file>\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='<text>' Format the error messages. Available fields:\n"
" {file} file name\n"
" {line} line number\n"