We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7609de commit 16623a4Copy full SHA for 16623a4
cli/cmdlineparser.cpp
@@ -1870,6 +1870,9 @@ void CmdLineParser::printHelp() const
1870
" --rule=<rule> Match regular expression.\n"
1871
" --rule-file=<file> Use given rule file. For more information, see:\n"
1872
" 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"
1876
" --showtime=<mode> Show timing information.\n"
1877
" The available modes are:\n"
1878
" * none\n"
0 commit comments