From 2e682b1bf34828d00e0ef6c82445eb68efe6d87f Mon Sep 17 00:00:00 2001 From: Ronald Hiemstra Date: Wed, 22 Sep 2021 20:06:42 +0200 Subject: [PATCH] Update help text in cmdlineparser.cpp (#3464) --- cli/cmdlineparser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index afc96c2b5..3d0dcd32c 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -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"