From: Wayne Davison Date: Thu, 15 Mar 2007 23:17:26 +0000 (+0000) Subject: In option descriptions, the short form of --copy-dirlinks is -k, not -K. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1a515b494b2ecf927118cfc18d8efb8a58868579 In option descriptions, the short form of --copy-dirlinks is -k, not -K. --- diff --git a/rsync.yo b/rsync.yo index b1f362d0..5bfe86ab 100644 --- a/rsync.yo +++ b/rsync.yo @@ -725,7 +725,7 @@ which point outside the copied tree. All absolute symlinks are also ignored. Using this option in conjunction with bf(--relative) may give unexpected results. -dit(bf(-K, --copy-dirlinks)) This option causes the sending side to treat +dit(bf(-k, --copy-dirlinks)) This option causes the sending side to treat a symlink to a directory as though it were a real directory. This is useful if you don't want symlinks to non-directories to be affected, as they would be using bf(--copy-links).