* PATCH: dpkg-reconfigure improvement
@ 2005-04-19 16:57 Clint Adams
0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2005-04-19 16:57 UTC (permalink / raw)
To: zsh-workers
Index: Completion/Debian/Command/_dpkg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_dpkg,v
retrieving revision 1.10
diff -u -r1.10 _dpkg
--- Completion/Debian/Command/_dpkg 9 Jan 2005 06:23:58 -0000 1.10
+++ Completion/Debian/Command/_dpkg 19 Apr 2005 16:54:57 -0000
@@ -87,9 +87,9 @@
"$_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]' \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-19 23:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-19 16:57 PATCH: dpkg-reconfigure improvement Clint Adams
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).