about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-29 02:33:25 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-29 02:33:25 +0000
commit1656f4ee2288e755c045c4d8b3e189900212f4e5 (patch)
treecd428e2351f8016aef0f2f328ce21b66cd7c9a8a
parent2a9311c0a4c66bad7e70f605cfa0154df2c25c53 (diff)
downloadzsh-1656f4ee2288e755c045c4d8b3e189900212f4e5.tar.gz
zsh-1656f4ee2288e755c045c4d8b3e189900212f4e5.tar.xz
zsh-1656f4ee2288e755c045c4d8b3e189900212f4e5.zip
Merge of unposted revision 1.38: One more option for the upcoming 3.0.0 version of rsync: --contimeout.
-rw-r--r--Completion/Unix/Command/_rsync3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync
index 82683b0ba..d727ee4ce 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -188,7 +188,8 @@ _arguments -s \
   '--delay-updates[put all updated files into place at end of transfer]' \
   '(-m --prune-empty-dirs)'{-m,--prune-empty-dirs}'[prune empty directory chains from file-list]' \
   '--numeric-ids[do not map uid/gid values by user/group name]' \
-  '--timeout=[set I/O timeout in seconds]:seconds' \
+  '--timeout=[set I/O timeout in seconds for lulls in a transfer]:seconds' \
+  '--contimeout=[set connect timeout in seconds for daemon connections]:seconds' \
   '(-I --ignore-times)'{-I,--ignore-times}'[do not skip files that match in size and mod-time]' \
   '--size-only[skip files that match in size]' \
   '--modify-window=[compare mod-times with reduced accuracy]:seconds' \