From 05ee48661c2179f8d7a4760c2978347752196e0c Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 2 Mar 2005 09:17:42 +0000 Subject: [PATCH] Tweaked the description for --rsync-path. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 8a02d4f7..c43c6203 100644 --- a/options.c +++ b/options.c @@ -292,7 +292,7 @@ void usage(enum logcode F) 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"); - rprintf(F," --rsync-path=PATH specify path to rsync on the remote machine\n"); + rprintf(F," --rsync-path=PROGRAM specify the rsync to run on the remote machine\n"); rprintf(F," --existing only update files that already exist on receiver\n"); rprintf(F," --ignore-existing ignore files that already exist on receiving side\n"); rprintf(F," --remove-sent-files sent files/symlinks are removed from sending side\n"); -- 2.34.1