diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-02-16 17:51:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-02-16 17:51:47 +0000 |
commit | 2d406f7493912315994150a058a8721d40db7b4d (patch) | |
tree | 429d1e6f5a34da8f122e1dad831ae3a3fa5ce515 /usr.bin | |
parent | 140309b524f24d75fd9614fc6d792f1405c198f8 (diff) |
Document some long options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rsync/rsync.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/rsync/rsync.1 b/usr.bin/rsync/rsync.1 index 2af675f5c82..ba5193c1246 100644 --- a/usr.bin/rsync/rsync.1 +++ b/usr.bin/rsync/rsync.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsync.1,v 1.6 2019/02/16 17:43:06 florian Exp $ +.\" $OpenBSD: rsync.1,v 1.7 2019/02/16 17:51:46 deraadt Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -62,7 +62,7 @@ and .Fl specials . .It Fl -devices Transfer device files. -.It Fl g +.It Fl g , Fl -group Set group identifier to match the source. Groups are matched by name: group .Qq kristaps @@ -71,22 +71,22 @@ with id 1000 on a remote server will be properly assigned group on the local machine with id 2000. If the sender's group is unknown on the local machine, it is used verbatim. -.It Fl l +.It Fl l , Fl -links Transfer symbolic links. The link is transferred as a standalone file: if the destination does not exist, it will be broken. -.It Fl n +.It Fl n , Fl -dry-run Dry-run mode. Does not actually modify the destination. -.It Fl o +.It Fl o , Fl -owner Set user identifier to match the source. This behaves like .Fl g and only works if run as root. -.It Fl p +.It Fl p , Fl -perms Set destination file or directory permissions to match the source when it is updated. -.It Fl r +.It Fl r , Fl -recursive If .Ar source designates a directory, synchronise the directory and the entire subtree @@ -100,10 +100,10 @@ If is a file, this has no effect. .It Fl -specials Transfer fifo and unix domain socket files. -.It Fl t +.It Fl t , Fl -times Set destination file and directory modification time to match the source when it is updated or created. -.It Fl v +.It Fl v , Fl -verbose Increase verbosity. Specify once for files being transferred, twice for specific status, thrice for per-file transfer information, and four times for per-file |