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:
Kimmo Varis 2011-08-11 16:59:02 +03:00
parent 1b6dbedd98
commit 04d4215116
1 changed files with 1 additions and 1 deletions

View File

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