From ae65a47f5fa7e849eb2f056d03473eccead14fd9 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Thu, 13 Jun 2013 20:57:15 +0300 Subject: [PATCH] Add missing line change to CLI help text, near style. --- cli/cmdlineparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 29a897160..b895190df 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -758,7 +758,7 @@ void CmdLineParser::PrintHelp() " * all\n" " Enable all checks\n" " * warning\n" - " Enable warning messages" + " Enable warning messages\n" " * style\n" " Enable all coding style checks. All messages\n" " with the severities 'style', 'performance' and\n"