Update help text in cmdlineparser.cpp (#3464)
This commit is contained in:
parent
f01ffddca6
commit
2e682b1bf3
|
@ -1028,8 +1028,8 @@ void CmdLineParser::printHelp()
|
|||
" Enable warning messages\n"
|
||||
" * style\n"
|
||||
" Enable all coding style checks. All messages\n"
|
||||
" with the severities 'style', 'performance' and\n"
|
||||
" 'portability' are enabled.\n"
|
||||
" with the severities 'style', 'warning',\n"
|
||||
" 'performance' and 'portability' are enabled.\n"
|
||||
" * performance\n"
|
||||
" Enable performance messages\n"
|
||||
" * portability\n"
|
||||
|
|
Loading…
Reference in New Issue