Added .c++ to help texts also.

This commit is contained in:
Reijo Tomperi 2009-01-16 22:42:08 +00:00
parent c279f83664
commit afe19dd0a2
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@ std::string CppCheck::parseFromArgs(int argc, const char* const argv[])
"Syntax:\n"
" cppcheck [--all] [--force] [--quiet] [--style] [--verbose] [file or path1] [file or path]\n"
"\n"
"If path is given instead of filename, *.cpp, *.cxx, *.cc and *.c files are \n"
"checked recursively from given directory.\n\n"
"If path is given instead of filename, *.cpp, *.cxx, *.cc, *.c++ and *.c files\n"
"are checked recursively from given directory.\n\n"
"Options:\n"
" -a, --all Make the checking more sensitive. More bugs are detected,\n"
" but there are also more false positives\n"