Add missing line change to CLI help text, near style.

This commit is contained in:
Reijo Tomperi 2013-06-13 20:57:15 +03:00
parent cd5e32446f
commit ae65a47f5f
1 changed files with 1 additions and 1 deletions

View File

@ -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"