From f6711b7da5445f3e4ba3595c9c0153183184078e 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; }