diff options
Diffstat (limited to 'net/rsync/files/ssh-patch-options.c')
-rw-r--r-- | net/rsync/files/ssh-patch-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/files/ssh-patch-options.c b/net/rsync/files/ssh-patch-options.c index 98e30ffc1e67..8fe17d89eb6f 100644 --- a/net/rsync/files/ssh-patch-options.c +++ b/net/rsync/files/ssh-patch-options.c @@ -2,4 +2,4 @@ +++ options.c Thu Mar 8 03:31:32 2001 @@ -141 +141 @@ - rprintf(F," -e, --rsh=COMMAND specify rsh replacement\n"); -+ rprintf(F," -e, --rsh=COMMAND specify rsh replacement (default %s)\n", RSYNC_RSH); ++ rprintf(F," -e, --rsh=COMMAND specify rsh replacement (default %s)\n", RSYNC_SSH); |