From: Wayne Davison Date: Sat, 11 Feb 2006 00:01:22 +0000 (+0000) Subject: Added a backward-compatibility note about -h to the --help option X-Git-Tag: v2.6.7pre2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=375d8f913b2295b7f8ccc23c08ea1def68cf50f8;p=thirdparty%2Frsync.git Added a backward-compatibility note about -h to the --help option in the help text. --- diff --git a/options.c b/options.c index 9a8b9e88..d7c7cbec 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");