From: Wayne Davison Date: Tue, 20 Jul 2004 21:10:20 +0000 (+0000) Subject: Tweaked an error message. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/51bd4f0f3a37fd91878fb207cce06de2dc887270?hp=562b61695ebbc7be90233acb4a589b08f77cff33 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