X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a538066d5acd059903cff5103d944cad1fb5c7b2..2a951cd2f9d672aa3b025759c18608f50a6c7767:/options.c diff --git a/options.c b/options.c index 0a6b10e1..62b9c092 100644 --- 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");