From 3f364a3b2f48d1aa204d8f2d54141ce0d69a2ed9 Mon Sep 17 00:00:00 2001 From: Robert Reif Date: Mon, 19 Sep 2011 07:31:09 -0400 Subject: [PATCH] fix width of platform help text --- cli/cmdlineparser.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 8ec4d2f0b..ad43460c2 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -733,7 +733,8 @@ void CmdLineParser::PrintHelp() " more comments, like: // cppcheck-suppress warningId\n" " on the lines before the warning to suppress.\n" " -j Start [jobs] threads to do the checking simultaneously.\n" - " --platform= Specifies platform specific types and sizes. The available platforms are:\n" + " --platform= Specifies platform specific types and sizes. The\n" + " available platforms are:\n" " * unix32\n" " 32 bit unix variant\n" " * unix64\n"