cppcheck: Update list of --enable= option arguments completions

See: d23c58d387
This commit is contained in:
Igor Murzov 2011-09-16 20:55:03 +04:00
parent 8ec55193de
commit e3345a27b6

View File

@ -17,8 +17,8 @@ _cppcheck()
return
;;
--enable)
COMPREPLY=( $( compgen -W 'all style information unusedFunction
missingInclude' -- "$cur" ) )
COMPREPLY=( $( compgen -W 'all style performance portability
information unusedFunction missingInclude' -- "$cur" ) )
return
;;
--error-exitcode)