diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2010-09-16 01:02:26 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2010-09-16 01:02:26 +0000 |
commit | 24869e5426d6cc12a1cc9a41c26904656628d88b (patch) | |
tree | dbcd1ded9e06cd9837551c4f4ef86df8b74c1bbd | |
parent | f1495f5099073e2e4896c13e28e8d936b4979fd3 (diff) | |
download | zsh-24869e5426d6cc12a1cc9a41c26904656628d88b.tar.gz zsh-24869e5426d6cc12a1cc9a41c26904656628d88b.tar.xz zsh-24869e5426d6cc12a1cc9a41c26904656628d88b.zip |
28261: Julius Plenz: separate the options to _arguments.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | 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 <wayned@users.sourceforge.net> + + * 28261: Julius Plenz: Completion/Debian/_dpkg: separate the + options to _arguments. + 2010-09-14 Peter Stephenson <pws@csr.com> * 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]' \ |