Make comment in #5911 stay inside 80 cols.

This commit is contained in:
antirez 2019-03-10 09:48:06 +01:00
parent 50f01fb683
commit beaacf96cd

View File

@ -2041,7 +2041,8 @@ void replicaofCommand(client *c) {
if (c->flags & CLIENT_SLAVE)
{
/* If a client is already a replica they cannot run this command,
* because it involves flushing all replicas (including this client) */
* because it involves flushing all replicas (including this
* client) */
addReplyError(c, "Command is not valid when client is a replica.");
return;
}