From 8f61dfdbd46da5c54816193e0e841e7b672dccdf Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 12 Oct 2007 01:21:02 +0000 Subject: [PATCH] One more tweak to the synopsis. --- rsync.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1