aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-09-11 22:46:57 -0700
committerWayne Davison <wayned@samba.org>2011-09-11 22:46:57 -0700
commitc4c5dc68b9259cef9bcab5f8589320d6fde4a5f9 (patch)
tree2c49f7a80af7855636993c4be06420b9844a4cd1 /options.c
parentc4170cbaacc78678110295dce810b8f8ae26ba28 (diff)
downloadandroid_external_rsync-c4c5dc68b9259cef9bcab5f8589320d6fde4a5f9.tar.gz
android_external_rsync-c4c5dc68b9259cef9bcab5f8589320d6fde4a5f9.tar.bz2
android_external_rsync-c4c5dc68b9259cef9bcab5f8589320d6fde4a5f9.zip
Improve the usage for --help.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 70905b88..ec8f8d15 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");