CLI: Fix word-wrapping of the help text.
This commit is contained in:
parent
d93e741092
commit
1b6dbedd98
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue