The following commit has been merged in the master branch:
commit 3b7f785cb53d4b89206990db360110589c52797e
Author: Ville Skyttä <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits