lib/ej/commands.rb in ej-0.0.9 vs lib/ej/commands.rb in ej-0.0.10
- old
+ new
@@ -208,15 +208,15 @@
desc 'refresh', 'refresh'
def refresh
puts_json(@core.refresh)
end
- desc 'info', 'view nodes info'
+ desc 'nodes_info', 'view nodes info'
def nodes_info
puts_json @core.nodes_info
end
- desc 'stats', 'view nodes stats'
+ desc 'nodes_stats', 'view nodes stats'
def nodes_stats
puts_json @core.nodes_stats
end
desc '--j2h', 'json to hash'