Commit f6711b7d authored by xhe's avatar xhe
Browse files

reword


Signed-off-by: default avatarxhe <xw897002528@gmail.com>
parent 955e00fb
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment