Unverified Commit fae5ceef authored by xhe's avatar xhe Committed by GitHub
Browse files

reword


Co-authored-by: default avatarItamar Haber <itamar@redislabs.com>
parent 46179608
......@@ -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;
}
......
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