Signed-off-by: xhe <xw897002528@gmail.com>
This commit is contained in:
xhe 2020-12-24 19:25:30 +08:00
parent 955e00fbec
commit f6711b7da5

View File

@ -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;
}