lib/splash/cli/commands.rb in prometheus-splash-0.6.0 vs lib/splash/cli/commands.rb in prometheus-splash-0.6.1

- old
+ new

@@ -131,11 +131,11 @@ def treeview(command) depht = 0 log = get_logger if options[:hostname] then options[:hostname] = Socket.gethostname if options[:hostname] == 'hostname' - log.info "Remote Splash scheduling command on #{options[:hostname]}:" + log.info "Remote Splash treeview command on #{options[:hostname]}:" log.info "ctrl+c for interrupt" begin transport = get_default_client if transport.class == Hash and transport.include? :case then splash_exit transport @@ -167,10 +167,10 @@ end aproc.call(command,depht) end - # Thor method : getting the list of avaible commands in splash config + # Thor method : getting the list of available commands in splash config desc "list", "Show configured commands" long_desc <<-LONGDESC Show configured commands\n with --detail, show command details\n with --hostname, ask other Splash daemon via transport\n