Improve cli --help (#2387)

This commit is contained in:
Adrien Chardon 2019-11-29 11:29:04 +01:00 committed by Daniel Marjamäki
parent f9d33c07f8
commit 91dd8d3b6f
1 changed files with 2 additions and 2 deletions

View File

@ -1161,8 +1161,8 @@ void CmdLineParser::printHelp()
" '{file}:{line},{severity},{id},{message}' or\n"
" '{file}({line}):({severity}) {message}' or\n"
" '{callstack} {message}'\n"
" Pre-defined templates: gcc, vs, edit, cppcheck1\n"
" The default format is 'gcc'.\n"
" Pre-defined templates: gcc (default), cppcheck1 (old default), vs, edit.\n"
// Note: template daca2 also exists, but is for internal use (cppcheck scripts).
" --template-location='<text>'\n"
" Format error message location. If this is not provided\n"
" then no extra location info is shown.\n"