Add --unused-functions back to help, but mention that it is deprecated.

This commit is contained in:
Reijo Tomperi 2009-11-30 22:45:05 +02:00
parent 839cee45a6
commit 79c8f3dc16
1 changed files with 1 additions and 0 deletions

View File

@ -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"