From e4249d38115bd132da5043646dea7a375b92d560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 4 Mar 2019 20:07:11 +0100 Subject: [PATCH] Clarify help text for --remove-unused-included-headers --- cli/cmdlineparser.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 3bbf806e2..421b9c705 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -1079,7 +1079,10 @@ void CmdLineParser::printHelp() " files that are on a lower level in the directory tree.\n" " --remove-unused-included-templates\n" " Remove unused templates in included files. This option\n" - " can be used to speed up the analysis.\n" + " can be used to speed up the analysis. The analysis of a\n" + " template can be more accurate when it is instantiated and\n" + " therefore it can be a good idea to only analyse the\n" + " instantiated templates.\n" " --report-progress Report progress messages while checking a file.\n" #ifdef HAVE_RULES " --rule= Match regular expression.\n"