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);