diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-10-03 16:24:51 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-10-03 16:24:51 +0000 |
commit | 55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d (patch) | |
tree | 8067943c2dfcca945bd3257f5d7843cb6b4ce62d /Completion/Unix/Command/_rsync | |
parent | 39a2fe325bdae1da860cdb39a7b349c37ed4f3df (diff) | |
download | zsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.tar.gz zsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.tar.xz zsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.zip |
22812: utilize _bind_addresses in existing completion functions.
Diffstat (limited to 'Completion/Unix/Command/_rsync')
-rw-r--r-- | Completion/Unix/Command/_rsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync index 25d715550..51b5ef982 100644 --- a/Completion/Unix/Command/_rsync +++ b/Completion/Unix/Command/_rsync @@ -94,7 +94,7 @@ _arguments -s \ {--no-v,--no-verbose}'[turn off --verbose]' \ '--bwlimit=[limit I/O bandwidth]:KBytes per second' \ '--port=[specify alternate port number]:port:(873)' \ - '--address=[bind to the specified address]:address:_hosts' \ + '--address=[bind to the specified address]:bind address:_bind_addresses' \ '(-T --temp-dir)'{-T,--temp-dir=}'[create temporary files in specified directory]:directory:_directories' \ '--sockopts=[specify custom TCP options]' \ '(-4 -6 --ipv4 --ipv6)'{-4,--ipv4}'[prefer IPv4]' \ |