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

- old
+ new

@@ -15,10 +15,10 @@ program :name, 'snapshot' program :version, Fastlane::VERSION program :description, 'CLI for \'snapshot\' - Automate taking localized screenshots of your iOS app on every device' program :help, 'Author', 'Felix Krause <snapshot@krausefx.com>' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/fastlane/snapshot' + program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/snapshot#readme' program :help_formatter, :compact global_option('--verbose', 'Shows a more verbose output') { FastlaneCore::Globals.verbose = true } always_trace!