X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d858b27400eba6301a25d5cb34330e7748bcf772..d15f2ff0cf372be49d57b1d7884557ddbe1a4d9c:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 50c2489c..3af7e1b7 100644 --- 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 -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.