diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-13 16:17:08 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-13 16:17:08 +0000 |
commit | d2b14d6baa162305a2b1678fddb05b2d152a3cac (patch) | |
tree | 1266820c864db9dd7a7ac471f7cc4e02f29d7d1a /Completion/Debian/_apt | |
parent | 5dcad54926186c572d7dd653c1d621246048479f (diff) | |
download | zsh-d2b14d6baa162305a2b1678fddb05b2d152a3cac.tar.gz zsh-d2b14d6baa162305a2b1678fddb05b2d152a3cac.tar.xz zsh-d2b14d6baa162305a2b1678fddb05b2d152a3cac.zip |
zsh-3.1.6-pws-4 zsh-3.1.6-pws-4
Diffstat (limited to 'Completion/Debian/_apt')
-rw-r--r-- | Completion/Debian/_apt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Completion/Debian/_apt b/Completion/Debian/_apt index 7654ce1fe..fe909bda3 100644 --- a/Completion/Debian/_apt +++ b/Completion/Debian/_apt @@ -374,8 +374,6 @@ _apt-get () { --no-upgrade:bool \ --force-yes:bool \ --print-uris:bool \ - --purge:bool \ - --list-cleanup:bool \ -c,--config-file:configfile \ -o,--option:arbitem \ -- \ @@ -427,8 +425,7 @@ _apt-cache () { /$'check\0' \| \ /$'search\0' \| \ /$'show\0' \| \ - /$'depends\0' \| \ - /"[]" !'compadd "$expl_action[@]" help add gencaches showpkg stats dump dumpavail unmet check search show depends' + /"[]" !'compadd "$expl_action[@]" help add gencaches showpkg stats dump dumpavail unmet check search show' _apt-cache () { local expl_action expl_packages expl_pkg_cache expl_src_cache |