[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sun Sep 11 23:50:10 MDT 2011


The branch, master has been updated
       via  c4c5dc6 Improve the usage for --help.
      from  c4170cb Better configure support for Solaris xattrs

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c4c5dc68b9259cef9bcab5f8589320d6fde4a5f9
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Sep 11 22:46:57 2011 -0700

    Improve the usage for --help.

-----------------------------------------------------------------------

Summary of changes:
 options.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/options.c b/options.c
index 70905b8..ec8f8d1 100644
--- 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");


-- 
The rsync repository.


More information about the rsync-cvs mailing list