screengrab/lib/screengrab/commands_generator.rb in fastlane-2.74.0.beta.20180107010004 vs screengrab/lib/screengrab/commands_generator.rb in fastlane-2.74.0.beta.20180108010004
- old
+ new
@@ -23,10 +23,10 @@
program :name, 'screengrab'
program :version, Fastlane::VERSION
program :description, 'CLI for \'screengrab\' - Automate taking localized screenshots of your Android app on emulators or real devices'
program :help, 'Authors', 'Andrea Falcone <asfalcone@google.com>, Michael Furtak <mfurtak@google.com>'
program :help, 'Website', 'https://fastlane.tools'
- program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/screengrab#readme'
+ program :help, 'Documentation', 'https://docs.fastlane.tools/actions/screengrab/'
program :help_formatter, :compact
global_option('--verbose', 'Shows a more verbose output') { FastlaneCore::Globals.verbose = true }
always_trace!