summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_yp
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-04-16 07:48:43 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-04-16 07:48:43 +0000
commit61f8a07bfc2348b14a7dc194968fcf62f723f36f (patch)
tree9c8b7a2d6f832b6d84dcb5963bc6715efb0c4291 /Completion/Unix/Command/_yp
parentd8fc48f7daa6758ec6a239789b6922af614e1fac (diff)
downloadzsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.tar.gz
zsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.zip
make more calls to _message use the -e option (16988)
Diffstat (limited to 'Completion/Unix/Command/_yp')
-rw-r--r--Completion/Unix/Command/_yp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_yp b/Completion/Unix/Command/_yp
index 96e50ebb4..128de36b7 100644
--- a/Completion/Unix/Command/_yp
+++ b/Completion/Unix/Command/_yp
@@ -78,12 +78,12 @@ ypxfr)
':map name:->map' && ret=0
;;
domainname)
- _message 'new domain name'
+ _message -e new-domains 'new domain name'
return 1
;;
esac
-[[ "$state" = keymap ]] && _message 'key'
+[[ "$state" = keymap ]] && _message -e keys 'key'
if [[ "$state" = map* ]]; then
local expl
@@ -107,7 +107,7 @@ elif [[ "$state" = servers ]]; then
if compset -P '*,'; then
_wanted hosts expl server _hosts -qS, && ret=0
else
- _message 'domain name'
+ _message -e domains 'domain name'
fi
fi