summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-04-22 16:13:58 +0200
committerantirez <antirez@gmail.com>2014-04-22 16:13:58 +0200
commit9eeb03e5f70e8e6cd505423d861dba8c1495f7d0 (patch)
treed9a99648b76cb514586d5e55b5b4071ff8a3a17c
parent9caa1ae96aa6ff7dcb5058d2ff0b132abcb205f7 (diff)
downloadredis-9eeb03e5f70e8e6cd505423d861dba8c1495f7d0.tar.gz
generate-command-help.rb updated with new hyperloglog group.
-rwxr-xr-xutils/generate-command-help.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb
index f6ca8874b..47fbc645c 100755
--- a/utils/generate-command-help.rb
+++ b/utils/generate-command-help.rb
@@ -11,7 +11,8 @@ GROUPS = [
"transactions",
"connection",
"server",
- "scripting"
+ "scripting",
+ "hyperloglog"
].freeze
GROUPS_BY_NAME = Hash[*