diff options
author | Wayne Davison <wayned@samba.org> | 2007-12-15 08:35:45 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-12-15 08:35:45 -0800 |
commit | f7a2ac075f267d4cba779c26e20147d25d047e4e (patch) | |
tree | 9edeafce4ae86dfe24e1a854870926d820253252 /options.c | |
parent | ce27f36d927ba68d62d3b4539cfd5e0f758e20fb (diff) | |
download | rsync-f7a2ac075f267d4cba779c26e20147d25d047e4e.tar.gz rsync-f7a2ac075f267d4cba779c26e20147d25d047e4e.tar.bz2 rsync-f7a2ac075f267d4cba779c26e20147d25d047e4e.zip |
Refer to delta-transfer algorithm rather than rsync algorithm.
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |