Skip to content

Commit ccc37dc

Browse files
committed
Modified according to comments
1 parent 945a067 commit ccc37dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cli/cmdlineparser.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,10 +1753,10 @@ void CmdLineParser::printHelp() const
17531753
" further processing.\n"
17541754
" --enable=<id> Enable additional checks. The available ids are:\n"
17551755
" * all\n"
1756-
" Enable all checks. It is recommended to only\n"
1757-
" use --enable=all when the entire program is\n"
1756+
" Enable all the following checks. It is recommended\n"
1757+
" to only use --enable=all when the entire program is\n"
17581758
" scanned, since some checks (e.g. unusedFunction)\n"
1759-
" require whole-program analysis and may otherwise produce many false positives.\n"
1759+
" require whole-program analysis and may otherwise produce many false positives.\n"
17601760
" * warning\n"
17611761
" Enable warning messages\n"
17621762
" * style\n"

0 commit comments

Comments
 (0)