In option descriptions, the short form of --copy-dirlinks is -k, not -K.
authorWayne Davison <wayned@samba.org>
Thu, 15 Mar 2007 23:17:26 +0000 (23:17 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 15 Mar 2007 23:17:26 +0000 (23:17 +0000)
rsync.yo

index b1f362d..5bfe86a 100644 (file)
--- 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).