From 99c6d11c70f46838bdec2c0013d9e96a0733cf1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 14 Nov 2009 14:02:54 +0100 Subject: [PATCH] removed command line flag --exception-safety from the help page --- lib/cppcheck.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index 2c4c6c7b9..ff9c69195 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -358,7 +358,6 @@ void CppCheck::parseFromArgs(int argc, const char* const argv[]) " if arguments are not valid or if no input files are\n" " provided. Note that your operating system can\n" " modify this value, e.g. 256 can become 0.\n" - " --exception-safety Extended checking for exception safety\n" " -f, --force Force checking on files that have \"too many\"\n" " configurations\n" " -h, --help Print this help\n"