pem/lib/pem/commands_generator.rb in fastlane-2.74.0.beta.20180107010004 vs pem/lib/pem/commands_generator.rb in fastlane-2.74.0.beta.20180108010004

- old
+ new

@@ -19,10 +19,10 @@ program :name, 'pem' program :version, Fastlane::VERSION program :description, 'CLI for \'PEM\' - Automatically generate and renew your push notification profiles' program :help, 'Author', 'Felix Krause <pem@krausefx.com>' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/pem#readme' + program :help, 'Documentation', 'https://docs.fastlane.tools/actions/pem/' program :help_formatter, :compact global_option('--verbose') { FastlaneCore::Globals.verbose = true } command :renew do |c|