Skip to content

Commit e4249d3

Browse files
committed
Clarify help text for --remove-unused-included-headers
1 parent 3675318 commit e4249d3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cli/cmdlineparser.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,10 @@ void CmdLineParser::printHelp()
10791079
" files that are on a lower level in the directory tree.\n"
10801080
" --remove-unused-included-templates\n"
10811081
" Remove unused templates in included files. This option\n"
1082-
" can be used to speed up the analysis.\n"
1082+
" can be used to speed up the analysis. The analysis of a\n"
1083+
" template can be more accurate when it is instantiated and\n"
1084+
" therefore it can be a good idea to only analyse the\n"
1085+
" instantiated templates.\n"
10831086
" --report-progress Report progress messages while checking a file.\n"
10841087
#ifdef HAVE_RULES
10851088
" --rule=<rule> Match regular expression.\n"

0 commit comments

Comments
 (0)