about summary refs log tree commit diff
path: root/Completion/Debian/Command/_dpkg
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-04-19 17:01:34 +0000
committerClint Adams <clint@users.sourceforge.net>2005-04-19 17:01:34 +0000
commit2ab4b131be9bddcbd601e41736aa2b33d6cb1dff (patch)
tree70aa25cecad822f5104d4b6abbc1fda40d754b23 /Completion/Debian/Command/_dpkg
parent9d43c7653b019ebb21560193f78e49d6c0e05a51 (diff)
downloadzsh-2ab4b131be9bddcbd601e41736aa2b33d6cb1dff.tar.gz
zsh-2ab4b131be9bddcbd601e41736aa2b33d6cb1dff.tar.xz
zsh-2ab4b131be9bddcbd601e41736aa2b33d6cb1dff.zip
21156: tweaks to dpkg-reconfigure completion.
Diffstat (limited to 'Completion/Debian/Command/_dpkg')
-rw-r--r--Completion/Debian/Command/_dpkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Debian/Command/_dpkg b/Completion/Debian/Command/_dpkg
index 7ad3da4ba..962adf825 100644
--- a/Completion/Debian/Command/_dpkg
+++ b/Completion/Debian/Command/_dpkg
@@ -87,9 +87,9 @@ case "$service" in
 	"$_dpkg_common_actions[@]" && return 0
   ;;
   dpkg-reconfigure)
-    _arguments -s \
-      '(-f --frontend)'{-f,--frontend}'[select frontend to use]:frontend' \
-      '(-p --priority)'{-p,--priority}'[specify min priority of questions]:priority' \
+    _arguments -sw \
+      '(-f --frontend)'{-f,--frontend}'[select frontend to use]:frontend:(dialog readline noninteractive gnome kde editor web)' \
+      '(-p --priority)'{-p,--priority}'[specify min priority of questions]:priority:(low medium high critical)' \
       '--default-priority[use default question priority]' \
       '(*)--all[reconfigure all installed packages using debconf]' \
       '(-u --unseen-only)'{-u,--unseen-only}'[only ask questions not yet seen are asked]' \