--cppcheck-build-dir: --help was telling about --analyze-dir while the actual flag according to code is --cppcheck-build-dir.
Fix --help.
This commit is contained in:
parent
7d7212c465
commit
2832b61a7c
|
@ -803,7 +803,8 @@ void CmdLineParser::PrintHelp()
|
||||||
"If a directory is given instead of a filename, *.cpp, *.cxx, *.cc, *.c++, *.c,\n"
|
"If a directory is given instead of a filename, *.cpp, *.cxx, *.cc, *.c++, *.c,\n"
|
||||||
"*.tpp, and *.txx files are checked recursively from the given directory.\n\n"
|
"*.tpp, and *.txx files are checked recursively from the given directory.\n\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" --analyze-dir=<dir> Analysis output directory. Useful for various data.\n"
|
" --cppcheck-build-dir=<dir>\n"
|
||||||
|
" Analysis output directory. Useful for various data.\n"
|
||||||
" Some possible usages are; whole program analysis,\n"
|
" Some possible usages are; whole program analysis,\n"
|
||||||
" incremental analysis, distributed analysis.\n"
|
" incremental analysis, distributed analysis.\n"
|
||||||
" --check-config Check cppcheck configuration. The normal code\n"
|
" --check-config Check cppcheck configuration. The normal code\n"
|
||||||
|
|
Loading…
Reference in New Issue