X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ce27f36d927ba68d62d3b4539cfd5e0f758e20fb..f7a2ac075f267d4cba779c26e20147d25d047e4e:/options.c diff --git a/options.c b/options.c index a3ea1c6a..d3846de3 100644 --- a/options.c +++ b/options.c @@ -353,7 +353,7 @@ void usage(enum logcode F) #endif rprintf(F," -S, --sparse handle sparse files efficiently\n"); rprintf(F," -n, --dry-run perform a trial run with no changes made\n"); - rprintf(F," -W, --whole-file copy files whole (without rsync algorithm)\n"); + rprintf(F," -W, --whole-file copy files whole (without delta-xfer 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"); rprintf(F," -e, --rsh=COMMAND specify the remote shell to use\n");