The following commit has been merged in the master branch:
commit e0e63f2518362b560645e52de6b5c590941dc0d4
Author: Igor Murzov <[email protected]>
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

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

Reply via email to