From 24869e5426d6cc12a1cc9a41c26904656628d88b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 16 Sep 2010 01:02:26 +0000 Subject: 28261: Julius Plenz: separate the options to _arguments. --- ChangeLog | 7 ++++++- Completion/Debian/Command/_dpkg | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2848d8b36..777cf8dc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-09-15 Wayne Davison + + * 28261: Julius Plenz: Completion/Debian/_dpkg: separate the + options to _arguments. + 2010-09-14 Peter Stephenson * 28259: Src/exec.c, Src/lex.c, Src/parse.c, Src/text.c, @@ -13646,5 +13651,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5081 $ +* $Revision: 1.5082 $ ***************************************************** diff --git a/Completion/Debian/Command/_dpkg b/Completion/Debian/Command/_dpkg index a7bcbfdb1..e251fbc38 100644 --- a/Completion/Debian/Command/_dpkg +++ b/Completion/Debian/Command/_dpkg @@ -120,7 +120,7 @@ case "$service" in "$_dpkg_deb_and_query_only_options[@]" && return 0 ;; dpkg-reconfigure) - _arguments -sw \ + _arguments -s -w \ '(-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]' \ -- cgit 1.4.1