From 9f0adb2f0e44e20adc6c4bd3ea3a6c8a6bcc32d0 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 24 Feb 2006 17:39:29 +0000 Subject: Added --copy-dirlinks option. --- Completion/Unix/Command/_rsync | 1 + 1 file changed, 1 insertion(+) diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync index b37348004..434946842 100644 --- a/Completion/Unix/Command/_rsync +++ b/Completion/Unix/Command/_rsync @@ -127,6 +127,7 @@ _arguments -s \ '(-l --links)'{-l,--links}'[copy symlinks as symlinks]' \ {--no-l,--no-links}'[turn off --links]' \ '(-L --copy-links)'{-L,--copy-links}'[transform symlinks into referent file/dir]' \ + '(-k --copy-dirlinks)'{-k,--copy-dirlinks}'[transform a symlink to a dir into referent dir]' \ '--copy-unsafe-links[only "unsafe" symlinks are transformed]' \ '--safe-links[ignore symlinks that point outside the source tree]' \ '(-H --hard-links)'{-H,--hard-links}'[preserve hard links]' \ -- cgit 1.4.1