From bcc42028c1aa2d6427f14184088895112a6bd23a Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 12 Jun 2018 13:20:46 +0200 Subject: [PATCH] Fix XGROUP help missing space. --- src/t_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t_stream.c b/src/t_stream.c index 58ffda48..3cb4c32c 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -1565,7 +1565,7 @@ void xgroupCommand(client *c) { const char *help[] = { "CREATE -- Create a new consumer group.", "SETID -- Set the current group ID.", -"DESTROY -- Remove the specified group.", +"DESTROY -- Remove the specified group.", "DELCONSUMER -- Remove the specified conusmer.", "HELP -- Prints this help.", NULL