gym/lib/gym/commands_generator.rb in fastlane-2.20.0 vs gym/lib/gym/commands_generator.rb in fastlane-2.21.0.beta.20170316010039

- old
+ new

@@ -29,10 +29,10 @@ global_option("--verbose") { FastlaneCore::Globals.verbose = true } command :build do |c| c.syntax = "fastlane gym" - c.description = "Just builds your app" + c.description = "Build your iOS/macOS app" FastlaneCore::CommanderGenerator.new.generate(Gym::Options.available_options, command: c) c.action do |_args, options| config = FastlaneCore::Configuration.create(Gym::Options.available_options,