Update help text in cmdlineparser.cpp (#3464)

This commit is contained in:
Ronald Hiemstra 2021-09-22 20:06:42 +02:00 committed by GitHub
parent f01ffddca6
commit 2e682b1bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"