From 1656f4ee2288e755c045c4d8b3e189900212f4e5 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Thu, 29 Nov 2007 02:33:25 +0000 Subject: Merge of unposted revision 1.38: One more option for the upcoming 3.0.0 version of rsync: --contimeout. --- Completion/Unix/Command/_rsync | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' \ -- cgit 1.4.1