From: Wayne Davison Date: Wed, 18 May 2005 23:59:12 +0000 (+0000) Subject: Fixed a typo. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e50e82ab40045e8aae0c27f9e39c4f6b2d22b3f7 Fixed a typo. --- 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/