From 327c559aff771314cef19d9485d317a08283da01 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 24 Dec 2006 06:13:08 +0000 Subject: [PATCH] Improved the new --pasword-file error message. --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.34.1