From: Wayne Davison Date: Fri, 12 Oct 2007 01:21:02 +0000 (+0000) Subject: One more tweak to the synopsis. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8f61dfdbd46da5c54816193e0e841e7b672dccdf One more tweak to the synopsis. --- diff --git a/rsync.yo b/rsync.yo index 993fa887..37f981ca 100644 --- a/rsync.yo +++ b/rsync.yo @@ -5,11 +5,11 @@ manpagesynopsis() verb(Local: rsync [OPTION...] SRC... [DEST] -Transfer via remote shell: +Access via remote shell: Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST] Push: rsync [OPTION...] SRC... [USER@]HOST:DEST -Transfer via rsync daemon: +Access via rsync daemon: Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST] rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST] Push: rsync [OPTION...] SRC... [USER@]HOST::DEST