From 51bd4f0f3a37fd91878fb207cce06de2dc887270 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 20 Jul 2004 21:10:20 +0000 Subject: [PATCH] Tweaked an error message. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1