[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-171-gc875723

Ville Skyttä ville.skytta at iki.fi
Mon May 2 09:55:18 UTC 2011


The following commit has been merged in the master branch:
commit 44fdd5c827ce5818ab751abb34149477b20cf3d8
Author: Igor Murzov <igor at gplsoft.org>
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



More information about the Bash-completion-commits mailing list