[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-151-g1709686

Ville Skyttä ville.skytta at iki.fi
Thu Apr 28 18:46:08 UTC 2011


The following commit has been merged in the master branch:
commit 1709686b7e7a81002ff43e9524a1e0b224c888d1
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list