From: Wayne Davison Date: Sat, 7 Jul 2007 05:25:50 +0000 (+0000) Subject: Tweaked a comment to remove a (really old) rsync version reference. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f92f5b166e3019db42bc7fe1aa2f1a9178cd215d Tweaked a comment to remove a (really old) rsync version reference. --- diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test index 4ffad97b..819c79f1 100644 --- a/testsuite/hardlinks.test +++ b/testsuite/hardlinks.test @@ -5,8 +5,8 @@ # This program is distributable under the terms of the GNU GPL (see # COPYING). -# Test rsync handling of hardlinks. By default (in 2.5.1) rsync does -# not detect symlinks and they get split into different files. If you +# Test rsync handling of hardlinks. By default, rsync does not +# detect symlinks and they get split into different files. If you # specify -H, then hard links are detected and recreated as hardlinks # on the other end.