droiuby 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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)
|