From 92de2a3ca376fd0d974843731f4a1b5ac4f3c9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 8 Mar 2015 15:25:00 +0100 Subject: [PATCH] More verbose help text about --library= --- cli/cmdlineparser.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 85d5a8ed8..16f546c55 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -917,7 +917,13 @@ void CmdLineParser::PrintHelp() " Forces cppcheck to check all files as the given\n" " language. Valid values are: c, c++\n" " --library=\n" - " Use library configuration.\n" + " Load file that contains information about types\n" + " and functions. With such information Cppcheck\n" + " understands your your code better and therefore you\n" + " get better results. The std.cfg file that is\n" + " distributed with Cppcheck is loaded automatically.\n" + " For more information about library files, read the\n" + " manual.\n" " --max-configs=\n" " Maximum number of configurations to check in a file\n" " before skipping it. Default is '12'. If used together\n"