Commit bcc42028 authored by antirez's avatar antirez
Browse files

Fix XGROUP help missing space.

parent e916f451
...@@ -1565,7 +1565,7 @@ void xgroupCommand(client *c) { ...@@ -1565,7 +1565,7 @@ void xgroupCommand(client *c) {
const char *help[] = { const char *help[] = {
"CREATE <key> <groupname> <id or $> -- Create a new consumer group.", "CREATE <key> <groupname> <id or $> -- Create a new consumer group.",
"SETID <key> <groupname> <id or $> -- Set the current group ID.", "SETID <key> <groupname> <id or $> -- Set the current group ID.",
"DESTROY <key> <groupname> -- Remove the specified group.", "DESTROY <key> <groupname> -- Remove the specified group.",
"DELCONSUMER <key> <groupname> <consumer> -- Remove the specified conusmer.", "DELCONSUMER <key> <groupname> <consumer> -- Remove the specified conusmer.",
"HELP -- Prints this help.", "HELP -- Prints this help.",
NULL NULL
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment