diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-03-28 21:02:06 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-03-28 21:02:06 +0000 |
commit | e9a867215f1c49593c20fc4ad317ab93dbb9ff4e (patch) | |
tree | bb0b869b5940af8f310116f8a2f1fdd1ab888ef8 /Completion | |
parent | 40b706917370c3f9f2f32f4993ebf986c3733cf9 (diff) | |
download | zsh-e9a867215f1c49593c20fc4ad317ab93dbb9ff4e.tar.gz zsh-e9a867215f1c49593c20fc4ad317ab93dbb9ff4e.tar.xz zsh-e9a867215f1c49593c20fc4ad317ab93dbb9ff4e.zip |
Added --protocol option.
Diffstat (limited to 'Completion')
-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 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:' |