bin/snapshot in snapshot-1.4.3 vs bin/snapshot in snapshot-1.4.4

- old
+ new

@@ -13,10 +13,10 @@ def run program :version, Snapshot::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/krausefx/snapshot' + program :help, 'GitHub', 'https://github.com/fastlane/snapshot' program :help_formatter, :compact global_option('--verbose', 'Shows a more verbose output') { $verbose = true } always_trace!