Commit 51bd4f0f authored by Wayne Davison's avatar Wayne Davison

Tweaked an error message.

parent 562b6169
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment