Commit 8d9d8d16 authored by oranagra's avatar oranagra
Browse files

CLIENT error message was out of date

parent b09a6b6a
...@@ -1605,7 +1605,7 @@ void clientCommand(client *c) { ...@@ -1605,7 +1605,7 @@ void clientCommand(client *c) {
pauseClients(duration); pauseClients(duration);
addReply(c,shared.ok); addReply(c,shared.ok);
} else { } else {
addReplyError(c, "Syntax error, try CLIENT (LIST | KILL ip:port | GETNAME | SETNAME connection-name)"); addReplyError(c, "Syntax error, try CLIENT (LIST | KILL | GETNAME | SETNAME | PAUSE | REPLY)");
} }
} }
......
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