Tweaked --help; added --bug-hunting

This commit is contained in:
Daniel Marjamäki 2020-05-28 08:38:53 +02:00
parent 47ee126aa9
commit 6b7b3eda2f
1 changed files with 4 additions and 2 deletions

View File

@ -955,9 +955,11 @@ void CmdLineParser::printHelp()
" provided a json configuration is needed, see the manual\n"
" for additional information about that.\n"
" --addon-python=<python interpreter>\n"
" Use this python interpreter to run addons\n"
" Use this python interpreter to run addons.\n"
" If not present, Cppcheck will try \"python3\" first and\n"
" then \"python\"\n"
" then \"python\".\n"
" --bug-hunting\n"
" Noisy and soundy analysis.\n"
" --cppcheck-build-dir=<dir>\n"
" Analysis output directory. Useful for various data.\n"
" Some possible usages are; whole program analysis,\n"