Added .c++ to help texts also.
This commit is contained in:
parent
c279f83664
commit
afe19dd0a2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue