bin/smartcloud in smartcloud-0.0.200 vs bin/smartcloud in smartcloud-0.0.201
- old
+ new
@@ -67,7 +67,8 @@
# if ARGV[1] == 'create'
# Smartcloud::User.create(ARGV[2], ARGV[3], ARGV[4])
# elsif ARGV[1] == 'destroy'
# Smartcloud::User.destroy(ARGV[2], ARGV[3])
# end
+else
+ puts "Specify a command to execute."
end
-puts "Specify a command to execute."
\ No newline at end of file