X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a3221d2ac14255c31109a617c4d62b949cd910de..b6609cafae8188e083ab2ff4aac3b40651278e8f:/options.c 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