]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 5e04efe66a3ba28580f94cfd73fc286fcee669bf..27457f0906b9eed7659fe7c29226bc44dbb773b1 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