diff options
author | Wayne Davison <wayned@samba.org> | 2011-09-11 22:46:57 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2011-09-11 22:48:11 -0700 |
commit | dbd58bb2d01b28df2ba8a3bd0fc0bed69bbd24df (patch) | |
tree | 8f53947f4471acb879a211843264e3939189723a | |
parent | a5ef6969530e4616112999be9330cc442bcba7b7 (diff) | |
download | rsync-dbd58bb2d01b28df2ba8a3bd0fc0bed69bbd24df.tar.gz |
Improve the usage for --help.
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |