X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6258626751eae37f2f6b469e3549f0744e1d3239..56c7ed9983c2d3f7ee453f4a277f4bdc34bea8cd:/support/mnt-excl diff --git a/support/mnt-excl b/support/mnt-excl index 5d5abc46..5514d96d 100755 --- a/support/mnt-excl +++ b/support/mnt-excl @@ -20,7 +20,7 @@ # ADDENDUM: The addition of the --filter option (which has support for # absolute-anchored excludes) has made this script less useful than it # was. Beginning with 2.6.4, you can achieve the effect of this script -# though this command: +# through this command: # # awk '{print $2}' /proc/mounts | rsync -f 'merge,/- -' host:/dir /dest/