Skip to content

Commit 16623a4

Browse files
Document '--safety' option in help (danmar#7300)
1 parent c7609de commit 16623a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/cmdlineparser.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,6 +1870,9 @@ void CmdLineParser::printHelp() const
18701870
" --rule=<rule> Match regular expression.\n"
18711871
" --rule-file=<file> Use given rule file. For more information, see:\n"
18721872
" http://sourceforge.net/projects/cppcheck/files/Articles/\n"
1873+
" --safety Enable safety-certified checking mode: display checker summary, enforce\n"
1874+
" stricter checks for critical errors, and return a non-zero exit code\n"
1875+
" if such errors occur.\n"
18731876
" --showtime=<mode> Show timing information.\n"
18741877
" The available modes are:\n"
18751878
" * none\n"

0 commit comments

Comments
 (0)