From: Wayne Davison Date: Tue, 20 Jul 2004 21:10:20 +0000 (+0000) Subject: Tweaked an error message. X-Git-Tag: v2.6.3pre1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51bd4f0f3a37fd91878fb207cce06de2dc887270;p=thirdparty%2Frsync.git Tweaked an error message. --- diff --git a/options.c b/options.c index 5e04efe6..27457f09 100644 --- a/options.c +++ b/options.c @@ -767,7 +767,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain) keep_partial = 0; #else snprintf(err_buf, sizeof err_buf, - "inplace is not supported on this %s\n", + "--inplace is not supported on this %s\n", am_server ? "server" : "client"); return 0; #endif