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/Redhat/Command/_rpm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Redhat/Command') diff --git a/Completion/Redhat/Command/_rpm b/Completion/Redhat/Command/_rpm index 228480039..893545fbc 100644 --- a/Completion/Redhat/Command/_rpm +++ b/Completion/Redhat/Command/_rpm @@ -237,11 +237,11 @@ _rpm () { compadd -M 'm:{a-z}={A-Z}' -S '\}' - \ "${(@)${(@f)$(_call_program tags rpm --querytags 2> /dev/null)}#RPMTAG_}" && ret=0 else - _message 'RPM format' + _message -e formats 'RPM format' fi ;; capability) - _message 'RPM capability' + _message -e capabilities 'RPM capability' ;; relocate) if compset -P '*='; then -- cgit 1.4.1