Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions cli/cmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1753,9 +1753,10 @@ void CmdLineParser::printHelp() const
" further processing.\n"
" --enable=<id> 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"
Expand Down
Loading