We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3675318 commit e4249d3Copy full SHA for e4249d3
1 file changed
cli/cmdlineparser.cpp
@@ -1079,7 +1079,10 @@ void CmdLineParser::printHelp()
1079
" files that are on a lower level in the directory tree.\n"
1080
" --remove-unused-included-templates\n"
1081
" Remove unused templates in included files. This option\n"
1082
- " can be used to speed up the analysis.\n"
+ " 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"
1086
" --report-progress Report progress messages while checking a file.\n"
1087
#ifdef HAVE_RULES
1088
" --rule=<rule> Match regular expression.\n"
0 commit comments