From b4079abed4bc012d96eb2c2bb776f6be8cd246f8 Mon Sep 17 00:00:00 2001 From: Binbin Date: Thu, 24 Feb 2022 14:31:39 +0800 Subject: [PATCH] Fix XGROUP HELP message missing a newline (#10339) Add a comma, this would have resulted in missing newline in the message. Forgot to add in #9127 --- 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 408c0199af..cd7d9723ed 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -2630,7 +2630,7 @@ void xgroupCommand(client *c) { " * MKSTREAM", " Create the empty stream if it does not exist.", " * ENTRIESREAD entries_read", -" Set the group's entries_read counter (internal use)." +" Set the group's entries_read counter (internal use).", "CREATECONSUMER ", " Create a new consumer in the specified group.", "DELCONSUMER ",