From e46f0cf12460b4c1c23564867d222da115bb6f9d Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 20 Feb 2013 17:07:54 +0100 Subject: [PATCH] CLI: Added missing NL in help message --- cli/cmdlineparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index 7a6de85e8..7021dc374 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -783,7 +783,7 @@ void CmdLineParser::PrintHelp() " Force inclusion of a file before the checked file. Can\n" " be used for example when checking the Linux kernel,\n" " where autoconf.h needs to be included for every file\n" - " compiled. Works the same way as the GCC -include" + " compiled. Works the same way as the GCC -include\n" " option.\n" " -i Give a source file or source file directory to exclude\n" " from the check. This applies only to source files so\n"