--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:
Matthias Krüger 2016-11-16 01:33:39 +01:00
parent 7d7212c465
commit 2832b61a7c
1 changed files with 2 additions and 1 deletions

View File

@ -803,7 +803,8 @@ void CmdLineParser::PrintHelp()
"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"
"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"
" incremental analysis, distributed analysis.\n"
" --check-config Check cppcheck configuration. The normal code\n"