diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index a76ebae1a..bd0f04dd3 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -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=\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=\n" " Analysis output directory. Useful for various data.\n" " Some possible usages are; whole program analysis,\n"