[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-80-g3b7f785

Ville Skyttä ville.skytta at iki.fi
Sun Dec 4 10:48:50 UTC 2011


The following commit has been merged in the master branch:
commit 3b7f785cb53d4b89206990db360110589c52797e
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Dec 4 12:48:16 2011 +0200

    lrzip: -T no longer takes an argument since version 0.570.

diff --git a/completions/lrzip b/completions/lrzip
index da1730a..d4106fb 100644
--- a/completions/lrzip
+++ b/completions/lrzip
@@ -26,10 +26,6 @@ _lrzip()
             COMPREPLY=( $( compgen -W '{1..9}' -- "$cur" ) )
             return 0
             ;;
-        -T)
-            COMPREPLY=( $( compgen -W '{1..10}' -- "$cur" ) )
-            return 0
-            ;;
         -N)
             COMPREPLY=( $( compgen -W '{-20..19}' -- "$cur" ) )
             return 0

-- 
bash-completion



More information about the Bash-completion-commits mailing list