summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Murzov <e-mail@date.by>2011-09-16 20:55:03 +0400
committerIgor Murzov <e-mail@date.by>2011-09-26 02:59:12 +0400
commite3345a27b6ac356b96d6649c45ef9c2cb14ef575 (patch)
treea9ffe9af581b6d290956f88215eba03c0f916bb9
parent8ec55193de633332cfe66efaae8d1a33ab2bde31 (diff)
downloadbash-completion-e3345a27b6ac356b96d6649c45ef9c2cb14ef575.tar.gz
cppcheck: Update list of --enable= option arguments completions
See: https://github.com/danmar/cppcheck/commit/d23c58d387ee93b74d1b33e6b1966ced1cb22eb0
-rw-r--r--completions/cppcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/cppcheck b/completions/cppcheck
index bb878f29..d2791ccc 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -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)