Skip to content

Commit 2e682b1

Browse files
author
Ronald Hiemstra
authored
Update help text in cmdlineparser.cpp (#3464)
1 parent f01ffdd commit 2e682b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli/cmdlineparser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,8 +1028,8 @@ void CmdLineParser::printHelp()
10281028
" Enable warning messages\n"
10291029
" * style\n"
10301030
" Enable all coding style checks. All messages\n"
1031-
" with the severities 'style', 'performance' and\n"
1032-
" 'portability' are enabled.\n"
1031+
" with the severities 'style', 'warning',\n"
1032+
" 'performance' and 'portability' are enabled.\n"
10331033
" * performance\n"
10341034
" Enable performance messages\n"
10351035
" * portability\n"

0 commit comments

Comments
 (0)