about summary refs log tree commit diff
path: root/Completion/Unix/Command/_rsync
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-04-05 15:15:55 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-04-05 15:15:55 +0000
commit951014cdc82c40a308478d6ef7a3083b9eee5a3e (patch)
tree8434f40515e967765bc761204de09e5845510599 /Completion/Unix/Command/_rsync
parent9aa99587b2ba07634ed3e8de7d06489795bf6324 (diff)
downloadzsh-951014cdc82c40a308478d6ef7a3083b9eee5a3e.tar.gz
zsh-951014cdc82c40a308478d6ef7a3083b9eee5a3e.tar.xz
zsh-951014cdc82c40a308478d6ef7a3083b9eee5a3e.zip
The --address option is useful in both client- and daemon-mode.
Diffstat (limited to 'Completion/Unix/Command/_rsync')
-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 65a79eaa8..82ddc6f37 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -93,11 +93,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]' \