From: Wayne Davison Date: Mon, 6 May 2002 19:05:05 +0000 (+0000) Subject: Tweaked the --rsh option's description. X-Git-Tag: v2.5.6~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54170a084d322249e889c10c3db8138ff0e8dcb7;p=thirdparty%2Frsync.git Tweaked the --rsh option's description. --- diff --git a/options.c b/options.c index 71beab58..1652aed2 100644 --- a/options.c +++ b/options.c @@ -230,7 +230,7 @@ void usage(enum logcode F) rprintf(F," --no-whole-file turn off --whole-file\n"); rprintf(F," -x, --one-file-system don't cross filesystem boundaries\n"); rprintf(F," -B, --block-size=SIZE checksum blocking size (default %d)\n",BLOCK_SIZE); - rprintf(F," -e, --rsh=COMMAND specify rsh replacement\n"); + rprintf(F," -e, --rsh=COMMAND specify the remote shell\n"); rprintf(F," --rsync-path=PATH specify path to rsync on the remote machine\n"); rprintf(F," -C, --cvs-exclude auto ignore files in the same way CVS does\n"); rprintf(F," --existing only update files that already exist\n");