From 61f8a07bfc2348b14a7dc194968fcf62f723f36f Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 16 Apr 2002 07:48:43 +0000 Subject: make more calls to _message use the -e option (16988) --- Completion/X/Command/_xauth | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/X/Command/_xauth') diff --git a/Completion/X/Command/_xauth b/Completion/X/Command/_xauth index d702e5f0a..14dfc8400 100644 --- a/Completion/X/Command/_xauth +++ b/Completion/X/Command/_xauth @@ -37,9 +37,9 @@ while [[ -n "$state" ]]; do state=protocolname else case "$words[CURRENT-1]" in - timeout) _message 'timeout(seconds)';; - group) _message 'group-id';; - data) _message 'hexdata';; + timeout) _message -e values 'timeout (seconds)';; + group) _message -e ids 'group-id';; + data) _message -e values 'hexdata';; *) _wanted options expl 'xauth generate options' \ compadd trusted untrusted timeout group data && ret=0 -- cgit 1.4.1