diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 2343652fa61..9e8e3c38049 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -1753,9 +1753,10 @@ void CmdLineParser::printHelp() const " further processing.\n" " --enable= Enable additional checks. The available ids are:\n" " * all\n" - " Enable all checks. It is recommended to only\n" - " use --enable=all when the whole program is\n" - " scanned, because this enables unusedFunction.\n" + " Enable all the following checks. It is recommended\n" + " to only use --enable=all when the entire program is\n" + " scanned, since some checks (e.g. unusedFunction)\n" + " require whole-program analysis and may otherwise produce many false positives.\n" " * warning\n" " Enable warning messages\n" " * style\n"