diff --git a/src/object.c b/src/object.c index 78f20a2b27..59ae47f2a2 100644 --- a/src/object.c +++ b/src/object.c @@ -1293,7 +1293,7 @@ void memoryCommand(client *c) { const char *help[] = { "DOCTOR", " Return memory problems reports.", -"MALLOC-STATS" +"MALLOC-STATS", " Return internal statistics report from the memory allocator.", "PURGE", " Attempt to purge dirty pages for reclamation by the allocator.", diff --git a/src/t_stream.c b/src/t_stream.c index 90dfb3307f..1bd4435f03 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -2393,7 +2393,7 @@ void xgroupCommand(client *c) { " Create a new consumer in the specified group.", "DELCONSUMER ", " Remove the specified consumer.", -"DESTROY " +"DESTROY ", " Remove the specified group.", "SETID ", " Set the current group ID.",