Tweak a caveat.
authorWayne Davison <wayne@opencoder.net>
Fri, 14 Jan 2022 07:31:43 +0000 (23:31 -0800)
committerWayne Davison <wayne@opencoder.net>
Fri, 14 Jan 2022 07:31:43 +0000 (23:31 -0800)
rsync.1.md

index 9b9b6996b39a3cd121178fce713f0213653dd22f..74615e56d2ce8a401b7cbd616a57fb15fc3bea0f 100644 (file)
@@ -1080,9 +1080,9 @@ your home directory (remove the '=' for that).
     slash) to "/dest/subdir" that would not allow symlinks to any files outside
     of "subdir".
 
-    This option has no additional effect if `--copy-links` was also specified.
-    The safe symlinks are only copied if `--links` was also specified or
-    implied by `--archive` (`-a`).
+    Note that safe symlinks are only copied if `--links` was also specified or
+    implied. The `--copy-unsafe-links` option has no extra effect when combined
+    with `--copy-links`.
 
     See the [SYMBOLIC LINKS](#SYMBOLIC-LINKS) section for multi-option info.