summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-12-15 08:35:45 -0800
committerWayne Davison <wayned@samba.org>2007-12-15 08:35:45 -0800
commitf7a2ac075f267d4cba779c26e20147d25d047e4e (patch)
tree9edeafce4ae86dfe24e1a854870926d820253252 /options.c
parentce27f36d927ba68d62d3b4539cfd5e0f758e20fb (diff)
downloadrsync-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.c2
1 files changed, 1 insertions, 1 deletions
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");