X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f17e769e28284086a874e7a3c39091ca9f09fc77..439a198d02b33c473671acda35e98a1ba6a3ad8d:/options.c diff --git a/options.c b/options.c index 9a8b9e88..df6e0bd1 100644 --- a/options.c +++ b/options.c @@ -373,7 +373,7 @@ void usage(enum logcode F) rprintf(F," -6, --ipv6 prefer IPv6\n"); #endif rprintf(F," --version print version number\n"); - rprintf(F," --help show this help screen\n"); + rprintf(F,"(-h) --help show this help (-h works with no other options)\n"); rprintf(F,"\nUse \"rsync --daemon --help\" to see the daemon-mode command-line options.\n"); rprintf(F,"Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation.\n"); @@ -592,6 +592,7 @@ void option_error(void) } rprintf(FERROR, RSYNC_NAME ": %s", err_buf); + msleep(20); }