From 8ca959cea5fc07feb6320324fe1c231a514ceb0f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 19 Feb 2006 17:46:47 +0000 Subject: Added the missing -h option for --daemon mode. --- Completion/Unix/Command/_rsync | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync index bbe890869..b37348004 100644 --- a/Completion/Unix/Command/_rsync +++ b/Completion/Unix/Command/_rsync @@ -99,13 +99,14 @@ _arguments -s \ '--sockopts=[specify custom TCP options]' \ '(-4 -6 --ipv4 --ipv6)'{-4,--ipv4}'[prefer IPv4]' \ '(-4 -6 --ipv4 --ipv6)'{-6,--ipv6}'[prefer IPv6]' \ - '(-)--help[display help information]' \ - daemon \ + '(-)'{-h,--help}'[display help information]' \ '--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 \ + '(-)--help[display help information]' \ '*: :_rsync_files' \ '(-q --quiet)'{-q,--quiet}'[suppress non-error messages]' \ '(-c --checksum)'{-c,--checksum}'[skip based on checksums, not mod-time & size]' \ -- cgit 1.4.1