17765: add some missing apt-get options.

This commit is contained in:
Clint Adams 2002-10-05 00:50:07 +00:00
parent 56fb02f1d3
commit 49e5f818ba
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-10-05 Clint Adams <clint@zsh.org>
* 17765: Completion/Debian/Command/_apt: add some missing apt-get
options.
2002-09-26 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Command/_bzip2: recognise also .tbz

View file

@ -411,7 +411,12 @@ _apt-get () {
--reinstall:bool \
-c,--config-file:configfile \
-o,--option:arbitem \
-t:release \
-t,--target-release,--default-release:release \
--trivial-only:bool \
--no-remove:bool \
--only-source:bool \
--diff-only:bool \
--tar-only:bool \
-- \
/$'update\0'/ \| \
/$'upgrade\0'/ \| \