From 5cdd4750667557e79c2936562a46a2a64cf1c923 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 7 Jun 2018 18:52:01 +0200 Subject: [PATCH] Add the stream group to the script generating the help. --- utils/generate-command-help.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb index f3dfb31b..29acef69 100755 --- a/utils/generate-command-help.rb +++ b/utils/generate-command-help.rb @@ -14,7 +14,8 @@ GROUPS = [ "scripting", "hyperloglog", "cluster", - "geo" + "geo", + "stream" ].freeze GROUPS_BY_NAME = Hash[*