From 4bde45f60e1b6c49a86a19389adddfb45b99a6c5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 7 Jul 2007 15:37:56 +0000 Subject: [PATCH] Make the comment even better. --- testsuite/hardlinks.test | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test index 819c79f1..37e7517e 100644 --- a/testsuite/hardlinks.test +++ b/testsuite/hardlinks.test @@ -5,10 +5,9 @@ # This program is distributable under the terms of the GNU GPL (see # COPYING). -# 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. +# Test rsync handling of hardlinks. By default, rsync does not detect +# hard links and they get sent as separate files. If you specify -H, +# then hard links are detected and linked together on the receiver. . "$suitedir/rsync.fns" -- 2.34.1