diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Debian/Command/_apt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_apt b/Completion/Debian/Command/_apt index 4ae42601b..7e18637e9 100644 --- a/Completion/Debian/Command/_apt +++ b/Completion/Debian/Command/_apt @@ -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'/ \| \ |