diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/generate-command-help.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb index 068953198..f3dfb31b3 100755 --- a/utils/generate-command-help.rb +++ b/utils/generate-command-help.rb @@ -12,7 +12,9 @@ GROUPS = [ "connection", "server", "scripting", - "hyperloglog" + "hyperloglog", + "cluster", + "geo" ].freeze GROUPS_BY_NAME = Hash[* |