about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorDaniel Bolton <dbbcode@gmail.com>2014-06-28 14:34:24 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-07-04 00:49:00 +0200
commitd6c759fc80b7162ce2b94877ebc8f18a52b81e10 (patch)
tree185a0c74ad836c1b7b0c559bbc55855719f2048a /Completion
parentd5886eb3ed82e9438f1aa34c13785525d830c6e6 (diff)
downloadzsh-d6c759fc80b7162ce2b94877ebc8f18a52b81e10.tar.gz
zsh-d6c759fc80b7162ce2b94877ebc8f18a52b81e10.tar.xz
zsh-d6c759fc80b7162ce2b94877ebc8f18a52b81e10.zip
32815: aptitude completion missing resolver options
Expand aptitude completion by two boolean options

Initially submitted to Debian at https://bugs.debian.org/702760
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Debian/Command/_aptitude2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_aptitude b/Completion/Debian/Command/_aptitude
index 2c462e462..2cb211149 100644
--- a/Completion/Debian/Command/_aptitude
+++ b/Completion/Debian/Command/_aptitude
@@ -70,6 +70,8 @@ _arguments -C \
   '--schedule-only[schedule operations to be performed in the future]' \
   '--purge-unused[purge unused packages instead of removing]' \
   '--visual-preview[start up the visual interface and display its preview screen]' \
+  '--full-resolver[attempts to resolve conflicts with a higher risk of breakage]' \
+  '--safe-resolver[attempts to resolve conflicts with a lower risk of breakage]' \
   '-S[load the extended state information from non-standard state file]:state file:_files' \
   '-u[begin updating the package lists as soon as the program starts]' \
   '-i[displays a download preview when the program starts]' \