]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Improve the usage for --help.
authorWayne Davison <wayned@samba.org>
Mon, 12 Sep 2011 05:46:57 +0000 (22:46 -0700)
committerWayne Davison <wayned@samba.org>
Mon, 12 Sep 2011 05:46:57 +0000 (22:46 -0700)
options.c

index 70905b888574e495a638b6fae9e1a6f91a4eb3ef..ec8f8d15a9e9d71e9c215048017c642a68802c9c 100644 (file)
--- a/options.c
+++ b/options.c
@@ -799,7 +799,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");