Tweaked a sentence in the --size-only section.
authorWayne Davison <wayned@samba.org>
Mon, 21 May 2007 01:06:16 +0000 (01:06 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 21 May 2007 01:06:16 +0000 (01:06 +0000)
rsync.yo

index 50c2489..3af7e1b 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -484,7 +484,7 @@ be updated.
 dit(bf(--size-only)) This modifies rsync's "quick check" algorithm for
 finding files that need to be transferred, changing it from the default of
 transferring files with either a changed size or a changed last-modified
 dit(bf(--size-only)) This modifies rsync's "quick check" algorithm for
 finding files that need to be transferred, changing it from the default of
 transferring files with either a changed size or a changed last-modified
-time to just transferring files that have a changed size.  This is useful
+time to just looking for files that have changed in size.  This is useful
 when starting to use rsync after using another mirroring system which may
 not preserve timestamps exactly.
 
 when starting to use rsync after using another mirroring system which may
 not preserve timestamps exactly.