CLI: Fix misalign of "posix" in help text.
Ticket: #2992 (Little misalignment of '* posix' by one space in CLI command help)
This commit is contained in:
parent
1b6dbedd98
commit
04d4215116
|
@ -660,7 +660,7 @@ void CmdLineParser::PrintHelp()
|
|||
" * missingInclude\n"
|
||||
" Warn if there are missing includes.\n"
|
||||
" For detailed information use --check-config\n"
|
||||
" * posix\n"
|
||||
" * posix\n"
|
||||
" Enable checks specific for POSIX-compiliant\n"
|
||||
" code.\n"
|
||||
" Several ids can be given if you separate them with\n"
|
||||
|
|
Loading…
Reference in New Issue