We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01ffdd commit 2e682b1Copy full SHA for 2e682b1
1 file changed
cli/cmdlineparser.cpp
@@ -1028,8 +1028,8 @@ void CmdLineParser::printHelp()
1028
" Enable warning messages\n"
1029
" * style\n"
1030
" Enable all coding style checks. All messages\n"
1031
- " with the severities 'style', 'performance' and\n"
1032
- " 'portability' are enabled.\n"
+ " with the severities 'style', 'warning',\n"
+ " 'performance' and 'portability' are enabled.\n"
1033
" * performance\n"
1034
" Enable performance messages\n"
1035
" * portability\n"
0 commit comments