The following commit has been merged in the master branch:
commit 44fdd5c827ce5818ab751abb34149477b20cf3d8
Author: Igor Murzov <[email protected]>
Date:   Mon May 2 10:28:38 2011 +0300

    cppcheck: Fix --error-exitcode argument handling.

diff --git a/completions/cppcheck b/completions/cppcheck
index f9423e0..bb878f2 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -21,7 +21,7 @@ _cppcheck()
                 missingInclude' -- "$cur" ) )
             return
             ;;
-        --exitcode)
+        --error-exitcode)
             COMPREPLY=( $( compgen -W '{0..255}' -- "$cur" ) )
             return
             ;;

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to