Fix help message for --address option
authorMartin Pool <mbp@samba.org>
Wed, 5 Dec 2001 13:06:26 +0000 (13:06 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 5 Dec 2001 13:06:26 +0000 (13:06 +0000)
options.c
rsync.yo

index 0a6b10e..62b9c09 100644 (file)
--- a/options.c
+++ b/options.c
@@ -213,7 +213,7 @@ void usage(enum logcode F)
   rprintf(F,"     --version               print version number\n");  
   rprintf(F,"     --daemon                run as a rsync daemon\n");  
   rprintf(F,"     --no-detach             do not detach from the parent\n");  
-  rprintf(F,"     --address               bind to the specified address\n");  
+  rprintf(F,"     --address=ADDRESS       bind to the specified address\n");  
   rprintf(F,"     --config=FILE           specify alternate rsyncd.conf file\n");  
   rprintf(F,"     --port=PORT             specify alternate rsyncd port number\n");
   rprintf(F,"     --blocking-io           use blocking IO for the remote shell\n");  
index a2f4e6f..cfda974 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -267,7 +267,7 @@ verb(
      --include-from=FILE     don't exclude patterns listed in FILE
      --version               print version number
      --daemon                run as a rsync daemon
-     --address               bind to the specified address
+     --address=ADDRESS       bind to the specified address
      --config=FILE           specify alternate rsyncd.conf file
      --port=PORT             specify alternate rsyncd port number
      --blocking-io           use blocking IO for the remote shell