summaryrefslogtreecommitdiff
path: root/Completion/Debian/Command/_apt
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-06-14 15:15:47 +0000
committerClint Adams <clint@users.sourceforge.net>2005-06-14 15:15:47 +0000
commit3f08496698a802f37235eab5e4b4e1debb5ef278 (patch)
treef08ff7d66be7faa12e85b1e7c4bdf3256d143177 /Completion/Debian/Command/_apt
parent92d5a511bebd59e6e7035ee09a36141d8a35553e (diff)
downloadzsh-3f08496698a802f37235eab5e4b4e1debb5ef278.tar.gz
zsh-3f08496698a802f37235eab5e4b4e1debb5ef278.zip
21243: complete first option of svn subcmds.
Diffstat (limited to 'Completion/Debian/Command/_apt')
-rw-r--r--Completion/Debian/Command/_apt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_apt b/Completion/Debian/Command/_apt
index 50109c970..57c8e9469 100644
--- a/Completion/Debian/Command/_apt
+++ b/Completion/Debian/Command/_apt
@@ -419,6 +419,7 @@ _apt-get () {
--diff-only:bool \
--tar-only:bool \
--arch-only:bool \
+ --allow-unauthenticated:bool \
-- \
/$'update\0'/ \| \
/$'upgrade\0'/ \| \
@@ -481,6 +482,7 @@ _apt-cache () {
/$'dotty\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
/$'xvcg\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
/$'policy\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
+ /$'madison\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
/"[]"/ ':argument-1::compadd "$expl_action[@]" help add gencaches showpkg showsrc stats dump dumpavail unmet search show depends rdepends pkgnames dotty policy xvcg'
_apt-cache () {