Tweaked --help; added --bug-hunting
This commit is contained in:
parent
47ee126aa9
commit
6b7b3eda2f
|
@ -955,9 +955,11 @@ void CmdLineParser::printHelp()
|
||||||
" provided a json configuration is needed, see the manual\n"
|
" provided a json configuration is needed, see the manual\n"
|
||||||
" for additional information about that.\n"
|
" for additional information about that.\n"
|
||||||
" --addon-python=<python interpreter>\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"
|
" 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"
|
" --cppcheck-build-dir=<dir>\n"
|
||||||
" Analysis output directory. Useful for various data.\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"
|
||||||
|
|
Loading…
Reference in New Issue