droiuby 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/drby +1 -1
- data/lib/droiuby/templates/ruby/config.droiuby.erb +1 -0
- metadata +1 -1
data/bin/drby
CHANGED
@@ -93,7 +93,7 @@ case command
|
|
93
93
|
when 'autostart'
|
94
94
|
switch = ARGV[1]
|
95
95
|
if switch.blank?
|
96
|
-
puts "Usage: drby autostart
|
96
|
+
puts "Usage: drby autostart on|off [NAMESPACE] [options]"
|
97
97
|
exit(1)
|
98
98
|
end
|
99
99
|
project.autostart(switch, ARGV[2], $device_ip)
|