[SCM] The rsync repository. - branch b3.0.x updated

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


The branch, b3.0.x has been updated
       via  dbd58bb Improve the usage for --help.
      from  a5ef696 Preparing for release of 3.0.9pre2

;a=shortlog;h=b3.0.x


- Log -----------------------------------------------------------------
commit dbd58bb2d01b28df2ba8a3bd0fc0bed69bbd24df
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 b010067..374864a 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");


-- 
The rsync repository.


More information about the rsync-cvs mailing list