summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-03-28 21:04:15 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-03-28 21:04:15 +0000
commit5ad9ee83b91a2fb90bf83c458c96feefa1de9b30 (patch)
tree35abc7c2ce29e6702b0710a543b82c0e85a06d48 /Completion/Unix/Command
parent20961: fix completion of baz status and diff subcommands. (diff)
downloadzsh-5ad9ee83b91a2fb90bf83c458c96feefa1de9b30.tar
zsh-5ad9ee83b91a2fb90bf83c458c96feefa1de9b30.tar.gz
zsh-5ad9ee83b91a2fb90bf83c458c96feefa1de9b30.tar.bz2
zsh-5ad9ee83b91a2fb90bf83c458c96feefa1de9b30.tar.lz
zsh-5ad9ee83b91a2fb90bf83c458c96feefa1de9b30.tar.xz
zsh-5ad9ee83b91a2fb90bf83c458c96feefa1de9b30.tar.zst
zsh-5ad9ee83b91a2fb90bf83c458c96feefa1de9b30.zip
Added --protocol.
Diffstat (limited to 'Completion/Unix/Command')
-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 026a6a93e..090a21b1f 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -164,4 +164,5 @@ _arguments -s \
'--password-file=[read password from file]:file:_files' \
'--list-only[list the files instead of copying them]' \
'--write-batch=[write a batched update to the specified file]:file:' \
+ '--protocol=[force an older protocol version to be used]:number:' \
'--read-batch=[read a batched update from the specified file]:file:'