From 09e02b9f9fc833dc10a07b4f6c7c1e008a0ae85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 2 Jun 2010 21:34:03 +0200 Subject: [PATCH] updated --help output. The --enable is used to enable additional checks. --- lib/cppcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index 1398d3cfe..38d52e088 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -560,7 +560,7 @@ bool CppCheck::parseFromArgs(int argc, const char* const argv[]) " Use -D to limit the checking. When -D is used the\n" " checking is limited to the given configuration.\n" " Example: -DDEBUG=1 -D__cplusplus\n" - " --enable=id Enable specific checks. The available ids are:\n" + " --enable=id Enable additional checks. The available ids are:\n" " * all - enable all checks\n" " * exceptNew - exception safety when using new\n" " * exceptRealloc - exception safety when reallocating\n"