about summary refs log tree commit diff
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
parent2c23d6e3b4771dd77366bd331525184b78e68eec (diff)
downloadzsh-5ad9ee83b91a2fb90bf83c458c96feefa1de9b30.tar.gz
zsh-5ad9ee83b91a2fb90bf83c458c96feefa1de9b30.tar.xz
zsh-5ad9ee83b91a2fb90bf83c458c96feefa1de9b30.zip
Added --protocol.
-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:'