From d411c39bc50b5db7f69f7b4b65985696bda5c7eb Mon Sep 17 00:00:00 2001 From: xhe Date: Fri, 25 Dec 2020 01:40:06 +0800 Subject: [PATCH] reword Co-authored-by: Itamar Haber --- src/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/networking.c b/src/networking.c index c44976d12..187fafbb4 100644 --- a/src/networking.c +++ b/src/networking.c @@ -2765,7 +2765,7 @@ void helloCommand(client *c) { if (c->argc >= 2) { if (getLongLongFromObjectOrReply(c, c->argv[next_arg++], &ver, - "The second argument should the protocol version if provided") != C_OK) { + "Protocol version is not an integer or out of range") != C_OK) { return; }