Skip to content

Commit

Permalink
Add --unused-functions back to help, but mention that it is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
aggro80 committed Nov 30, 2009
1 parent 839cee4 commit 79c8f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cppcheck.cpp
Expand Up @@ -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"
Expand Down

0 comments on commit 79c8f3d

Please sign in to comment.