mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
17765: add some missing apt-get options.
This commit is contained in:
parent
56fb02f1d3
commit
49e5f818ba
@ -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
|
||||
|
@ -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'/ \| \
|
||||
|
Loading…
Reference in New Issue
Block a user