diff --git a/src/t_stream.c b/src/t_stream.c index 035e82837..d7515c93f 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -1554,13 +1554,13 @@ uint64_t streamDelConsumer(streamCG *cg, sds name) { /* XGROUP CREATE * XGROUP SETID - * XGROUP DELGROUP + * XGROUP DESTROY * XGROUP DELCONSUMER */ void xgroupCommand(client *c) { const char *help[] = { "CREATE -- Create a new consumer group.", "SETID -- Set the current group ID.", -"DELGROUP -- Remove the specified group.", +"DESTROY -- Remove the specified group.", "DELCONSUMER -- Remove the specified conusmer.", "HELP -- Prints this help.", NULL