X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c4ed1487f99eec637efe016a9f11848651256910..98bf61c80ee4f717a5e5adc297e58082393980f1:/options.c diff --git a/options.c b/options.c index cc6f9131..66145eeb 100644 --- a/options.c +++ b/options.c @@ -276,7 +276,7 @@ void usage(enum logcode F) rprintf(F," -O, --omit-dir-times omit directories when preserving times\n"); rprintf(F," -S, --sparse handle sparse files efficiently\n"); rprintf(F," -n, --dry-run show what would have been transferred\n"); - rprintf(F," -W, --whole-file copy files whole\n"); + rprintf(F," -W, --whole-file copy files whole (without rsync algorithm)\n"); rprintf(F," --no-whole-file always use incremental rsync algorithm\n"); rprintf(F," -x, --one-file-system don't cross filesystem boundaries\n"); rprintf(F," -B, --block-size=SIZE force a fixed checksum block-size\n");