Skip to content

Commit

Permalink
Document '--safety' option in help (#7300)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-risk-taker authored Feb 13, 2025
1 parent c7609de commit 16623a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/cmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1870,6 +1870,9 @@ void CmdLineParser::printHelp() const
" --rule=<rule> Match regular expression.\n"
" --rule-file=<file> Use given rule file. For more information, see:\n"
" http://sourceforge.net/projects/cppcheck/files/Articles/\n"
" --safety Enable safety-certified checking mode: display checker summary, enforce\n"
" stricter checks for critical errors, and return a non-zero exit code\n"
" if such errors occur.\n"
" --showtime=<mode> Show timing information.\n"
" The available modes are:\n"
" * none\n"
Expand Down

0 comments on commit 16623a4

Please sign in to comment.