fix width of platform help text
This commit is contained in:
parent
2fe182b833
commit
3f364a3b2f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue