fastlane/lib/fastlane/actions/rsync.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/rsync.rb in fastlane-2.94.0.beta.20180426050049

- old
+ new

@@ -20,10 +20,10 @@ def self.description "Rsync files from :source to :destination" end def self.details - "A wrapper around rsync, rsync is a tool that lets you synchronize files, including permissions and so on for a more detailed information about rsync please see rsync(1) manpage." + "A wrapper around `rsync`, which is a tool that lets you synchronize files, including permissions and so on. For a more detailed information about `rsync`, please see [rsync(1) man page](https://linux.die.net/man/1/rsync)." end def self.available_options [ FastlaneCore::ConfigItem.new(key: :extra,