From: Wayne Davison Date: Mon, 12 Sep 2011 05:46:57 +0000 (-0700) Subject: Improve the usage for --help. X-Git-Tag: v3.0.9~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbd58bb2d01b28df2ba8a3bd0fc0bed69bbd24df;p=thirdparty%2Frsync.git Improve the usage for --help. --- diff --git a/options.c b/options.c index b0100678..374864ad 100644 --- a/options.c +++ b/options.c @@ -433,7 +433,7 @@ void usage(enum logcode F) rprintf(F," -4, --ipv4 prefer IPv4\n"); rprintf(F," -6, --ipv6 prefer IPv6\n"); rprintf(F," --version print version number\n"); - rprintf(F,"(-h) --help show this help (-h works with no other options)\n"); + rprintf(F,"(-h) --help show this help (-h is --help only if used alone)\n"); rprintf(F,"\n"); rprintf(F,"Use \"rsync --daemon --help\" to see the daemon-mode command-line options.\n");