produce/lib/produce/commands_generator.rb in fastlane-2.37.0.beta.20170604010021 vs produce/lib/produce/commands_generator.rb in fastlane-2.37.0.beta.20170605010054

- old
+ new

@@ -15,10 +15,10 @@ program :name, 'produce' program :version, Fastlane::VERSION program :description, 'CLI for \'produce\'' program :help, 'Author', 'Felix Krause <produce@krausefx.com>' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/fastlane/produce' + program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/produce#readme' program :help_formatter, :compact global_option('--verbose') { FastlaneCore::Globals.verbose = true } command :create do |c|