fix width of platform help text

This commit is contained in:
Robert Reif 2011-09-19 07:31:09 -04:00
parent 2fe182b833
commit 3f364a3b2f
1 changed files with 2 additions and 1 deletions

View File

@ -733,7 +733,8 @@ void CmdLineParser::PrintHelp()
" more comments, like: // cppcheck-suppress warningId\n"
" on the lines before the warning to suppress.\n"
" -j <jobs> Start [jobs] threads to do the checking simultaneously.\n"
" --platform=<type> Specifies platform specific types and sizes. The available platforms are:\n"
" --platform=<type> Specifies platform specific types and sizes. The\n"
" available platforms are:\n"
" * unix32\n"
" 32 bit unix variant\n"
" * unix64\n"