From: Wayne Davison Date: Sun, 24 Dec 2006 06:13:08 +0000 (+0000) Subject: Improved the new --pasword-file error message. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/327c559aff771314cef19d9485d317a08283da01 Improved the new --pasword-file error message. --- diff --git a/main.c b/main.c index fccf627b..76692e1b 100644 --- a/main.c +++ b/main.c @@ -1132,8 +1132,8 @@ static int start_client(int argc, char *argv[]) } if (password_file && !daemon_over_rsh) { - rprintf(FERROR, "The --password-file option is used for " - "talking to an rsync daemon.\n"); + rprintf(FERROR, "The --password-file option may only be " + "used when accessing an rsync daemon.\n"); exit_cleanup(RERR_SYNTAX); }