mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-10 02:16:35 -04:00
Added a missing comma.
This commit is contained in:
2
rsync.yo
2
rsync.yo
@@ -702,7 +702,7 @@ such as bf(cp)(1) and bf(tar)(1).
|
||||
|
||||
In summary: to give destination files (both old and new) the source
|
||||
permissions, use bf(--perms). To give new files the destination-default
|
||||
permissions (while leaving existing files unchanged) make sure that the
|
||||
permissions (while leaving existing files unchanged), make sure that the
|
||||
bf(--perms) option is off and use bf(--chmod=ugo=rwX) (which ensures that
|
||||
all non-masked bits get enabled). If you'd care to make this latter
|
||||
behavior easier to type, you could define a popt alias for it, such as
|
||||
|
||||
Reference in New Issue
Block a user