diff options
| author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-04-16 07:48:43 +0000 |
|---|---|---|
| committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-04-16 07:48:43 +0000 |
| commit | 61f8a07bfc2348b14a7dc194968fcf62f723f36f (patch) | |
| tree | 9c8b7a2d6f832b6d84dcb5963bc6715efb0c4291 /Completion/Unix/Command/_yp | |
| parent | 16973: complete package name argument to apt-cache policy. (diff) | |
| download | zsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.tar zsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.tar.gz zsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.tar.bz2 zsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.tar.lz zsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.tar.xz zsh-61f8a07bfc2348b14a7dc194968fcf62f723f36f.tar.zst 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/_yp | 6 |
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 |
