We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a61e0 commit 92de2a3Copy full SHA for 92de2a3
1 file changed
cli/cmdlineparser.cpp
@@ -917,7 +917,13 @@ void CmdLineParser::PrintHelp()
917
" Forces cppcheck to check all files as the given\n"
918
" language. Valid values are: c, c++\n"
919
" --library=<cfg>\n"
920
- " Use library configuration.\n"
+ " Load file <cfg> that contains information about types\n"
921
+ " and functions. With such information Cppcheck\n"
922
+ " understands your your code better and therefore you\n"
923
+ " get better results. The std.cfg file that is\n"
924
+ " distributed with Cppcheck is loaded automatically.\n"
925
+ " For more information about library files, read the\n"
926
+ " manual.\n"
927
" --max-configs=<limit>\n"
928
" Maximum number of configurations to check in a file\n"
929
" before skipping it. Default is '12'. If used together\n"
0 commit comments