[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-235-g26ae770

Igor Murzov igor at gplsoft.org
Mon May 2 10:27:54 UTC 2011


The following commit has been merged in the master branch:
commit e0e63f2518362b560645e52de6b5c590941dc0d4
Author: Igor Murzov <igor at gplsoft.org>
Date:   Mon Mar 28 20:24:00 2011 +0400

    Add --terse option to installpkg (added in pkgtools-13.37)

diff --git a/completions/pkgtools b/completions/pkgtools
index b554179..83391d4 100644
--- a/completions/pkgtools
+++ b/completions/pkgtools
@@ -73,7 +73,7 @@ _installpkg()
     COMPREPLY=()
     local cur=`_get_cword`
     if [[ "$cur" == -* ]]; then
-        COMPREPLY=( $( compgen -W '--warn --md5sum --root --infobox \
+        COMPREPLY=( $( compgen -W '--warn --md5sum --root --infobox --terse \
             --menu --ask --priority --tagfile' -- "$cur") )
         return 0
     fi

-- 
bash-completion



More information about the Bash-completion-commits mailing list