Add missing line change to CLI help text, near style.
This commit is contained in:
parent
cd5e32446f
commit
ae65a47f5f
|
@ -758,7 +758,7 @@ void CmdLineParser::PrintHelp()
|
||||||
" * all\n"
|
" * all\n"
|
||||||
" Enable all checks\n"
|
" Enable all checks\n"
|
||||||
" * warning\n"
|
" * warning\n"
|
||||||
" Enable warning messages"
|
" Enable warning messages\n"
|
||||||
" * style\n"
|
" * style\n"
|
||||||
" Enable all coding style checks. All messages\n"
|
" Enable all coding style checks. All messages\n"
|
||||||
" with the severities 'style', 'performance' and\n"
|
" with the severities 'style', 'performance' and\n"
|
||||||
|
|
Loading…
Reference in New Issue