Improve cli --help (#2387)
This commit is contained in:
parent
f9d33c07f8
commit
91dd8d3b6f
|
@ -1161,8 +1161,8 @@ void CmdLineParser::printHelp()
|
||||||
" '{file}:{line},{severity},{id},{message}' or\n"
|
" '{file}:{line},{severity},{id},{message}' or\n"
|
||||||
" '{file}({line}):({severity}) {message}' or\n"
|
" '{file}({line}):({severity}) {message}' or\n"
|
||||||
" '{callstack} {message}'\n"
|
" '{callstack} {message}'\n"
|
||||||
" Pre-defined templates: gcc, vs, edit, cppcheck1\n"
|
" Pre-defined templates: gcc (default), cppcheck1 (old default), vs, edit.\n"
|
||||||
" The default format is 'gcc'.\n"
|
// Note: template daca2 also exists, but is for internal use (cppcheck scripts).
|
||||||
" --template-location='<text>'\n"
|
" --template-location='<text>'\n"
|
||||||
" Format error message location. If this is not provided\n"
|
" Format error message location. If this is not provided\n"
|
||||||
" then no extra location info is shown.\n"
|
" then no extra location info is shown.\n"
|
||||||
|
|
Loading…
Reference in New Issue