diff options
| author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-30 00:15:46 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-30 00:15:46 +0000 |
| commit | 4efd7553efda548a9d93cfa8a9727f43a3adbe82 (patch) | |
| tree | e9580f9d6a93cd6831d091ae508ed196640678da /Completion/Unix/Command/_rsync | |
| parent | 22179: complete audio files and playlists based on a list of file extensions ... (diff) | |
| download | zsh-4efd7553efda548a9d93cfa8a9727f43a3adbe82.tar zsh-4efd7553efda548a9d93cfa8a9727f43a3adbe82.tar.gz zsh-4efd7553efda548a9d93cfa8a9727f43a3adbe82.tar.bz2 zsh-4efd7553efda548a9d93cfa8a9727f43a3adbe82.tar.lz zsh-4efd7553efda548a9d93cfa8a9727f43a3adbe82.tar.xz zsh-4efd7553efda548a9d93cfa8a9727f43a3adbe82.tar.zst zsh-4efd7553efda548a9d93cfa8a9727f43a3adbe82.zip | |
Added options for upcoming 2.6.7 release.
Diffstat (limited to 'Completion/Unix/Command/_rsync')
| -rw-r--r-- | Completion/Unix/Command/_rsync | 49 |
1 files changed, 38 insertions, 11 deletions
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync index dd1160069..ca57d327b 100644 --- a/Completion/Unix/Command/_rsync +++ b/Completion/Unix/Command/_rsync @@ -91,15 +91,19 @@ _rsync_files() { _arguments -s \ '*'{-v,--verbose}'[increase verbosity]' \ + {--no-v,--no-verbose}'[turn off --verbose]' \ '--bwlimit=[limit I/O bandwidth]:KBytes per second:' \ '--port=[specify alternate port number]:port:' \ '--address=[bind to the specified address]:address:_hosts' \ + '(-T --temp-dir)'{-T,--temp-dir=}'[create temporary files in specified directory]:directory:_files -/' \ + '--sockopts=[specify custom TCP options]' \ '(-4 -6 --ipv4 --ipv6)'{-4,--ipv4}'[prefer IPv4]' \ '(-4 -6 --ipv4 --ipv6)'{-6,--ipv6}'[prefer IPv6]' \ - '(-)'{-h,--help}'[display help information]' \ + '(-)--help[display help information]' \ - daemon \ '--config=[specify alternate rsyncd.conf file]:file:_files' \ '--daemon[run as an rsync daemon]' \ + '--detach[detach from the parent]' \ '--no-detach[do not detach from the parent]' \ - client \ |
