--help : added info about the '--enable=missingInclude' command

This commit is contained in:
Daniel Marjamäki 2010-09-06 19:15:21 +02:00
parent 078a0099dc
commit 5d539c76fe
1 changed files with 4 additions and 3 deletions

View File

@ -404,7 +404,8 @@ void CmdLineParser::PrintHelp()
" --enable=id Enable additional checks. The available ids are:\n" " --enable=id Enable additional checks. The available ids are:\n"
" * all - enable all checks\n" " * all - enable all checks\n"
" * style - Check coding style\n" " * style - Check coding style\n"
" * unusedFunctions - check for unused functions\n" " * unusedFunction - check for unused functions\n"
" * missingInclude - check for missing includes\n"
" Several ids can be given if you separate them with commas\n" " Several ids can be given if you separate them with commas\n"
" --error-exitcode=[n] If errors are found, integer [n] is returned instead\n" " --error-exitcode=[n] If errors are found, integer [n] is returned instead\n"
" of default 0. EXIT_FAILURE is returned\n" " of default 0. EXIT_FAILURE is returned\n"