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 5b9c677bd9b9a56f35a4981ef1489674bb2e2b16..1aed899719a627bbdab5887de26da4e5832926d7 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.