From 30d9c1dc32f9028ed80b0e20237ba201d7bfcbb5 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 17 Jan 2014 10:29:40 +0100 Subject: [PATCH] Cluster: fix redis-trib help subcommand. --- src/redis-trib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis-trib.rb b/src/redis-trib.rb index c343dd6e..d4a0d6fe 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -847,7 +847,7 @@ class RedisTrib node.r.shutdown end - def help_cluster_cmd(opt) + def help_cluster_cmd(argv,opt) show_help exit 0 end -- GitLab