[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-145-g071ba93

David Paleino dapal at debian.org
Fri Feb 10 19:44:14 UTC 2012


The following commit has been merged in the master branch:
commit 071ba93a0b9b5db37dc7c5b4b2423507d8f6b741
Author: David Paleino <dapal at debian.org>
Date:   Fri Feb 10 20:44:10 2012 +0100

    Really complete 'changelog'

diff --git a/completions/apt-get b/completions/apt-get
index d35e0b0..43170c2 100644
--- a/completions/apt-get
+++ b/completions/apt-get
@@ -65,7 +65,7 @@ _apt_get()
     else
         COMPREPLY=( $( compgen -W 'update upgrade dselect-upgrade \
             dist-upgrade install remove purge source build-dep \
-            download \
+            download changelog \
             check clean autoclean autoremove' -- "$cur" ) )
     fi
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list