diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-28 06:11:25 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-28 06:11:25 +0000 |
commit | e53bc2a8a8d4725deb2442bad49b3bd87a45a946 (patch) | |
tree | e2fe5d6fc9a9bbcdbb9c36b0479838f7cccdc944 /Completion/Unix/Command | |
parent | 3be31864128606043a016cde7774a011e9a3b58d (diff) | |
download | zsh-e53bc2a8a8d4725deb2442bad49b3bd87a45a946.tar.gz zsh-e53bc2a8a8d4725deb2442bad49b3bd87a45a946.tar.xz zsh-e53bc2a8a8d4725deb2442bad49b3bd87a45a946.zip |
Added --no-H and --no-hard-links.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_rsync | 1 |
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]' \ |