From a4054ed26295617a5c4914daa1b76f9d4781be12 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 16 Nov 1999 09:19:32 +0000 Subject: zsh-workers/8647 --- Completion/User/_user_at_host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_user_at_host') diff --git a/Completion/User/_user_at_host b/Completion/User/_user_at_host index 1f93daacc..78e5a12aa 100644 --- a/Completion/User/_user_at_host +++ b/Completion/User/_user_at_host @@ -5,9 +5,9 @@ if [[ -prefix 1 *@ ]]; then compset -P 1 '*@' - _wanted -C user-at hosts expl "hostnames for $user" && + _wanted -C user-at hosts expl "host for $user" && _combination accounts_users_hosts users="$user" hosts "$expl[@]" "$@" else - _wanted users expl "usernames" && + _wanted users expl "user" && _combination accounts_users_hosts users -S@ -q "$expl[@]" "$@" fi -- cgit 1.4.1