Skip to content

Commit cbd9713

Browse files
FrancescEliesdanmar
authored andcommitted
[cli] help misses --suppress-xml description (#2436)
1 parent 0507b1a commit cbd9713

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cli/cmdlineparser.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,10 @@ void CmdLineParser::printHelp()
11411141
" --suppressions-list=<file>\n"
11421142
" Suppress warnings listed in the file. Each suppression\n"
11431143
" is in the same format as <spec> above.\n"
1144+
" --suppress-xml=<file>\n"
1145+
" Suppress warnings listed in a xml file. XML file should\n"
1146+
" follow the manual.pdf format specified in section.\n"
1147+
" `6.4 XML suppressions` .\n"
11441148
" --template='<text>' Format the error messages. Available fields:\n"
11451149
" {file} file name\n"
11461150
" {line} line number\n"

0 commit comments

Comments
 (0)