about summary refs log tree commit diff
path: root/Completion/Unix/Command/_rsync
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-03-28 21:02:06 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-03-28 21:02:06 +0000
commite9a867215f1c49593c20fc4ad317ab93dbb9ff4e (patch)
treebb0b869b5940af8f310116f8a2f1fdd1ab888ef8 /Completion/Unix/Command/_rsync
parent40b706917370c3f9f2f32f4993ebf986c3733cf9 (diff)
downloadzsh-e9a867215f1c49593c20fc4ad317ab93dbb9ff4e.tar.gz
zsh-e9a867215f1c49593c20fc4ad317ab93dbb9ff4e.tar.xz
zsh-e9a867215f1c49593c20fc4ad317ab93dbb9ff4e.zip
Added --protocol option.
Diffstat (limited to 'Completion/Unix/Command/_rsync')
-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 d7b611c26..aa56b7afe 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -181,4 +181,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:'