CLI: Added missing NL in help message

This commit is contained in:
Kamil Dudka 2013-02-20 17:07:54 +01:00 committed by Daniel Marjamäki
parent 21bf5173e5
commit e46f0cf124
1 changed files with 1 additions and 1 deletions

View File

@ -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 <dir or file> Give a source file or source file directory to exclude\n"
" from the check. This applies only to source files so\n"