Add --unused-functions back to help, but mention that it is deprecated.
This commit is contained in:
parent
839cee45a6
commit
79c8f3dc16
|
@ -402,6 +402,7 @@ void CppCheck::parseFromArgs(int argc, const char* const argv[])
|
|||
" '{file}:{line},{severity},{id},{message}' or\n"
|
||||
" '{file}({line}):({severity}) {message}'\n"
|
||||
" Pre-defined templates: gcc, vs\n"
|
||||
" --unused-functions deprecated, use --enable=unusedFunctions\n"
|
||||
" -v, --verbose More detailed error reports\n"
|
||||
" --version Print out version number\n"
|
||||
" --xml Write results in xml to error stream.\n"
|
||||
|
|
Loading…
Reference in New Issue