Add missing \n in CLI help.

This commit is contained in:
Stefan Weil 2011-02-04 21:57:34 +02:00 committed by Kimmo Varis
parent d06fde77ff
commit 40b8c1d83f
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ void CmdLineParser::PrintHelp()
" -i [dir] Give path to ignore. Give several -i parameters to ignore\n"
" several paths. Give directory name or filename with path\n"
" as parameter. Directory name is matched to all parts of the\n"
" path."
" path.\n"
" --inline-suppr Enable inline suppressions. Use them by placing one or\n"
" more comments, like: // cppcheck-suppress warningId\n"
" on the lines before the warning to suppress.\n"