Commit 16f65068 authored by yyoshiki41's avatar yyoshiki41
Browse files

Refactor redis-trib.rb

parent a5998d1f
...@@ -1669,7 +1669,6 @@ ALLOWED_OPTIONS={ ...@@ -1669,7 +1669,6 @@ ALLOWED_OPTIONS={
def show_help def show_help
puts "Usage: redis-trib <command> <options> <arguments ...>\n\n" puts "Usage: redis-trib <command> <options> <arguments ...>\n\n"
COMMANDS.each{|k,v| COMMANDS.each{|k,v|
o = ""
puts " #{k.ljust(15)} #{v[2]}" puts " #{k.ljust(15)} #{v[2]}"
if ALLOWED_OPTIONS[k] if ALLOWED_OPTIONS[k]
ALLOWED_OPTIONS[k].each{|optname,has_arg| ALLOWED_OPTIONS[k].each{|optname,has_arg|
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment