Tweaked an error message.
authorWayne Davison <wayned@samba.org>
Tue, 20 Jul 2004 21:10:20 +0000 (21:10 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 20 Jul 2004 21:10:20 +0000 (21:10 +0000)
options.c

index 5e04efe..27457f0 100644 (file)
--- 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