We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945a067 commit ccc37dcCopy full SHA for ccc37dc
1 file changed
cli/cmdlineparser.cpp
@@ -1753,10 +1753,10 @@ void CmdLineParser::printHelp() const
1753
" further processing.\n"
1754
" --enable=<id> Enable additional checks. The available ids are:\n"
1755
" * all\n"
1756
- " Enable all checks. It is recommended to only\n"
1757
- " use --enable=all when the entire program is\n"
+ " Enable all the following checks. It is recommended\n"
+ " to only use --enable=all when the entire program is\n"
1758
" scanned, since some checks (e.g. unusedFunction)\n"
1759
- " require whole-program analysis and may otherwise produce many false positives.\n"
+ " require whole-program analysis and may otherwise produce many false positives.\n"
1760
" * warning\n"
1761
" Enable warning messages\n"
1762
" * style\n"
0 commit comments