From: Wayne Davison Date: Fri, 29 Jul 2005 19:52:50 +0000 (+0000) Subject: Improved the text around the last example in the USAGE section. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/bb9bdba4c9493eb2c10a544f90c33f83f13f6ef1 Improved the text around the last example in the USAGE section. --- diff --git a/rsync.yo b/rsync.yo index 9f1f8ef4..4a6b5c07 100644 --- a/rsync.yo +++ b/rsync.yo @@ -135,10 +135,12 @@ You can also use rsync in local-only mode, where both the source and destination don't have a ':' in the name. In this case it behaves like an improved copy command. +Finally, you can list all the (listable) modules available from a +particular rsync daemon by leaving off the module name: + quote(tt(rsync somehost.mydomain.com::)) -This would list all the anonymous rsync modules available on the host -somehost.mydomain.com. (See the following section for more details.) +See the following section for more details. manpagesection(ADVANCED USAGE)