CLI: Fix word-wrapping of the help text.

This commit is contained in:
Kimmo Varis 2011-08-11 15:54:20 +03:00
parent d93e741092
commit 1b6dbedd98
1 changed files with 4 additions and 4 deletions

View File

@ -698,11 +698,11 @@ void CmdLineParser::PrintHelp()
" https://sourceforge.net/projects/cppcheck/files/Articles/\n"
#endif
" -s, --style Deprecated, use --enable=style\n"
" --suppress=<spec> Suppress warnings that match <spec>. The format of <spec>\n"
" is:\n"
" --suppress=<spec> Suppress warnings that match <spec>. The format of\n"
" <spec> is:\n"
" [error id]:[filename]:[line]\n"
" The [filename] and [line] are optional. If [error id] is a\n"
" wildcard '*', all error ids match.\n"
" The [filename] and [line] are optional. If [error id]\n"
" is a wildcard '*', all error ids match.\n"
" --suppressions-list=<file>\n"
" Suppress warnings listed in the file. Each suppression\n"
" is in the same format as <spec> above.\n"