From 289d8d9c2cb618a3099e3bf1d548087e4c6954cd Mon Sep 17 00:00:00 2001 From: "dejun.xdj" Date: Thu, 5 Jul 2018 15:25:32 +0800 Subject: [PATCH] CLIENT UNBLOCK: fix client unblock help message. --- src/networking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/networking.c b/src/networking.c index cefeba45..5e0d783f 100644 --- a/src/networking.c +++ b/src/networking.c @@ -1592,7 +1592,7 @@ void clientCommand(client *c) { "pause -- Suspend all Redis clients for milliseconds.", "reply (on|off|skip) -- Control the replies sent to the current connection.", "setname -- Assign the name to the current connection.", -"unblock -- Unblock the specified blocked client.", +"unblock [TIMEOUT|ERROR] -- Unblock the specified blocked client.", NULL }; addReplyHelp(c, help);