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:15:01 +0200
commit91dcc5b12f10522ae8f0ae221818bef0c2048728 (patch)
tree1c0451602ed8d0e6896196cdd6e0cf19e55fdc99
parent26375709c5c5eb259ffb08673cb066773b57336f (diff)
downloadredis-91dcc5b12f10522ae8f0ae221818bef0c2048728.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[*