From 1b6dbedd984ea8f1865e3a41eb294108951e94bc Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Thu, 11 Aug 2011 15:54:20 +0300 Subject: [PATCH] CLI: Fix word-wrapping of the help text. --- cli/cmdlineparser.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 1c9284110..12e04f0c7 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -698,11 +698,11 @@ void CmdLineParser::PrintHelp() " https://sourceforge.net/projects/cppcheck/files/Articles/\n" #endif " -s, --style Deprecated, use --enable=style\n" - " --suppress= Suppress warnings that match . The format of \n" - " is:\n" + " --suppress= Suppress warnings that match . The format of\n" + " is:\n" " [error id]:[filename]:[line]\n" - " The [filename] and [line] are optional. If [error id] is a\n" - " wildcard '*', all error ids match.\n" + " The [filename] and [line] are optional. If [error id]\n" + " is a wildcard '*', all error ids match.\n" " --suppressions-list=\n" " Suppress warnings listed in the file. Each suppression\n" " is in the same format as above.\n"