From 1f77038ef2ce1814239ccc073eb026cfde0a8e6d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 5 Feb 2006 07:00:21 +0000 Subject: [PATCH] Added a missing comma. --- rsync.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.yo b/rsync.yo index e0484ca7..ac83d3aa 100644 --- a/rsync.yo +++ b/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 -- 2.34.1