xz: Non-complete --memlimit{,-compress,-decompress}.

This commit is contained in:
Ville Skyttä 2011-04-28 21:40:11 +03:00
parent d5454732d8
commit 1709686b7e

View File

@ -33,7 +33,8 @@ _xz()
COMPREPLY=( $( compgen -W 'auto xz lzma raw' -- "$cur" ) )
return 0
;;
-M|--memory|-S|--suffix|--delta|--lzma1|--lzma2)
-M|--memlimit|--memlimit-compress|--memlimit-decompress|--memory|\
-S|--suffix|--delta|--lzma1|--lzma2)
# argument required but no completions available
return 0
;;