mirror of https://mirror.osredm.com/root/redis.git
Merge pull request #3547 from yyoshiki41/refactor/redis-trib
Refactor redis-trib.rb
This commit is contained in:
commit
25811bc983
|
@ -1669,7 +1669,6 @@ ALLOWED_OPTIONS={
|
|||
def show_help
|
||||
puts "Usage: redis-trib <command> <options> <arguments ...>\n\n"
|
||||
COMMANDS.each{|k,v|
|
||||
o = ""
|
||||
puts " #{k.ljust(15)} #{v[2]}"
|
||||
if ALLOWED_OPTIONS[k]
|
||||
ALLOWED_OPTIONS[k].each{|optname,has_arg|
|
||||
|
|
Loading…
Reference in New Issue