The following commit has been merged in the master branch:
commit 1709686b7e7a81002ff43e9524a1e0b224c888d1
Author: Ville Skyttä <[email protected]>
Date: Thu Apr 28 21:40:11 2011 +0300
xz: Non-complete --memlimit{,-compress,-decompress}.
diff --git a/completions/xz b/completions/xz
index 70dadd8..d93df3b 100644
--- a/completions/xz
+++ b/completions/xz
@@ -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
;;
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits