Tweaked an error message.

This commit is contained in:
Wayne Davison
2004-07-20 21:10:20 +00:00
parent 562b61695e
commit 51bd4f0f3a

View File

@@ -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