diff options
Diffstat (limited to 'Completion/Debian')
-rw-r--r-- | Completion/Debian/.distfiles | 2 | ||||
-rw-r--r-- | Completion/Debian/_apt | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/Completion/Debian/.distfiles b/Completion/Debian/.distfiles index b2064b60c..fd37cf014 100644 --- a/Completion/Debian/.distfiles +++ b/Completion/Debian/.distfiles @@ -1,5 +1,5 @@ DISTFILES_SRC=' .distfiles - _apt-get _deb_packages + _apt _deb_packages ' 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 |