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/_x_utils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/X/Command/_x_utils') diff --git a/Completion/X/Command/_x_utils b/Completion/X/Command/_x_utils index e286dd3b3..183f5efb9 100644 --- a/Completion/X/Command/_x_utils +++ b/Completion/X/Command/_x_utils @@ -88,9 +88,9 @@ xhost) case "$type" in inet) _hosts && ret=0;; - dnet) _message 'DECnet host';; - nis) _message 'Secure RPC network name';; - krb) _message 'Kerberos V5 principal';; + dnet) _message -e decnet-hosts 'DECnet host';; + nis) _message -e network-names 'Secure RPC network name';; + krb) _message -e principals 'Kerberos V5 principal';; esac else _alternative \ -- cgit 1.4.1