Class: Daemons::Controller

Inherits:
Object
  • Object
show all
Defined in:
lib/daikon/daemons_hacks.rb

Instance Method Summary collapse

Instance Method Details



5
6
7
8
9
# File 'lib/daikon/daemons_hacks.rb', line 5

def print_usage_with_daikon_options
  print_usage_without_daikon_options
  puts "    -k 1234567890                    radishapp.com api key"
  puts "    -u redis://0.0.0.0:6379          redis URL to monitor"
end