From e50e82ab40045e8aae0c27f9e39c4f6b2d22b3f7 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 18 May 2005 23:59:12 +0000 Subject: [PATCH] Fixed a typo. --- support/mnt-excl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.34.1