From 54170a084d322249e889c10c3db8138ff0e8dcb7 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 6 May 2002 19:05:05 +0000 Subject: [PATCH] Tweaked the --rsh option's description. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.34.1