bin/mwf in mobile_workflow-0.5.0 vs bin/mwf in mobile_workflow-0.5.1
- old
+ new
@@ -8,9 +8,10 @@
end
if ARGV.empty?
puts "USAGE: mwf <platform> <command> [options]"
puts "Example: mwf rails create:app_server --help"
+ puts "Example: mwf rails destroy:app_server --help"
exit 0
elsif ['-v', '--version'].include? ARGV[0]
puts MobileWorkflow::VERSION
exit 0
elsif 'rails' == ARGV[0] && 'create:app_server' == ARGV[1]