From 6b7b3eda2f7dd6899b983de30f112e2cf471ce82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 28 May 2020 08:38:53 +0200 Subject: [PATCH] Tweaked --help; added --bug-hunting --- cli/cmdlineparser.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"