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

master
Ville Skyttä 2011-12-04 12:48:16 +02:00
parent 5b455e0171
commit 3b7f785cb5
1 changed files with 0 additions and 4 deletions

View File

@ -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