summaryrefslogtreecommitdiffstats
path: root/Completion
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-04-05 16:40:09 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-04-05 16:40:09 +0000
commit524154e7752536d7620f5aec31e04d36035eb302 (patch)
tree969332859de574317c7ea5959a4ec37c86d5d07b /Completion
parentStephen RĂ¼ger: 21019: new completion for mpc (diff)
downloadzsh-524154e7752536d7620f5aec31e04d36035eb302.tar
zsh-524154e7752536d7620f5aec31e04d36035eb302.tar.gz
zsh-524154e7752536d7620f5aec31e04d36035eb302.tar.bz2
zsh-524154e7752536d7620f5aec31e04d36035eb302.tar.lz
zsh-524154e7752536d7620f5aec31e04d36035eb302.tar.xz
zsh-524154e7752536d7620f5aec31e04d36035eb302.tar.zst
zsh-524154e7752536d7620f5aec31e04d36035eb302.zip
The --address option should work in both client- and daemon-mode.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_rsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync
index 090a21b1f..ebd2229c6 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -74,11 +74,11 @@ _arguments -s \
'*'{-v,--verbose}'[increase verbosity]' \
'--bwlimit=[limit I/O bandwidth]:KBytes per second:' \
'--port=[specify alternate port number]:port:' \
+ '--address=[bind to the specified address]:address:_hosts' \
'(-4 -6 --ipv4 --ipv6)'{-4,--ipv4}'[prefer IPv4]' \
'(-4 -6 --ipv4 --ipv6)'{-6,--ipv6}'[prefer IPv6]' \
'(-)'{-h,--help}'[display help information]' \
- daemon \
- '--address=[bind to the specified address]:address:_hosts' \
'--config=[specify alternate rsyncd.conf file]:file:_files' \
'--daemon[run as an rsync daemon]' \
'--no-detach[do not detach from the parent]' \