Tweaked the --rsh option's description.
authorWayne Davison <wayned@samba.org>
Mon, 6 May 2002 19:05:05 +0000 (19:05 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 6 May 2002 19:05:05 +0000 (19:05 +0000)
options.c

index 71beab5..1652aed 100644 (file)
--- 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");