diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 228be9268..264e2a921 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -698,9 +698,11 @@ void CmdLineParser::PrintHelp() " https://sourceforge.net/projects/cppcheck/files/Articles/\n" #endif " -s, --style Deprecated, use --enable=style\n" - " --suppress= Suppress a specific warning. The format of is:\n" + " --suppress= Suppress warnings that match . The format of \n" + " is:\n" " [error id]:[filename]:[line]\n" - " The [filename] and [line] are optional.\n" + " The [filename] and [line] are optional. If [error id] is a\n" + " wildcard '*', all error ids match.\n" " --suppressions-list=\n" " Suppress warnings listed in the file. Each suppression\n" " is in the same format as above.\n"