Mention that the -e COMMAND can contain options.
authorWayne Davison <wayned@samba.org>
Fri, 10 May 2002 19:56:23 +0000 (19:56 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 10 May 2002 19:56:23 +0000 (19:56 +0000)
rsync.yo

index 5b9c677..1aed899 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -515,6 +515,13 @@ remote shell program to use for communication between the local and
 remote copies of rsync. Typically, rsync is configured to use rsh by
 default, but you may prefer to use ssh because of its high security.
 
+Feel free to include options in the COMMAND.  For instance:
+
+quote(-e "ssh -1 -l joe")
+
+(Note that ssh users can alternately customize site-specific connect
+options in their .ssh/config file.)
+
 You can also choose the remote shell program using the RSYNC_RSH
 environment variable.