diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Unix/Command/_rsync | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 387291c13..dd266aa0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-28 Wayne Davison <wayned@users.sourceforge.net> + + * unposted: Completion/Unix/Command/_rsync: Added one more + option for the upcoming 3.0.0 version of rsync: --contimeout. + 2007-11-28 Peter Stephenson <pws@csr.com> * Mustafa Oezkan: 24126: Completion/Unix/Command/_mount: 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' \ |