about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-02-28 06:11:25 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-02-28 06:11:25 +0000
commite53bc2a8a8d4725deb2442bad49b3bd87a45a946 (patch)
treee2fe5d6fc9a9bbcdbb9c36b0479838f7cccdc944
parent3be31864128606043a016cde7774a011e9a3b58d (diff)
downloadzsh-e53bc2a8a8d4725deb2442bad49b3bd87a45a946.tar.gz
zsh-e53bc2a8a8d4725deb2442bad49b3bd87a45a946.tar.xz
zsh-e53bc2a8a8d4725deb2442bad49b3bd87a45a946.zip
Added --no-H and --no-hard-links.
-rw-r--r--Completion/Unix/Command/_rsync1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync
index 434946842..93f170e47 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -131,6 +131,7 @@ _arguments -s \
   '--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]' \
+  {--no-H,--no-hard-links}'[turn off --hard-links]' \
   '(-K --keep-dirlinks)'{-K,--keep-dirlinks}'[treat symlinked dir on receiver as dir]' \
   '(-p --perms -E --executability)'{-p,--perms}'[preserve permissions]' \
   {--no-p,--no-perms}'[turn off --perms]' \