From 609686f5b22196e89cd3d309f3d7e5d4ace62897 Mon Sep 17 00:00:00 2001 From: xhe Date: Thu, 24 Dec 2020 19:25:30 +0800 Subject: [PATCH] reword Signed-off-by: xhe --- src/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/networking.c b/src/networking.c index 66e91c521..0760a4669 100644 --- a/src/networking.c +++ b/src/networking.c @@ -2770,7 +2770,7 @@ void helloCommand(client *c) { } if (!ver && next_arg < c->argc) { - addReplyError(c,"Authentication needs to provide an protocol version"); + addReplyError(c,"Need to provide an protocol version for other arguments"); return; }