mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-10 18:37:40 -04:00
One more tweak to the synopsis.
This commit is contained in:
4
rsync.yo
4
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
|
||||
|
||||
Reference in New Issue
Block a user