dav/main.c

changeset 318
7e0694423838
parent 317
7eea57f6d847
child 329
2dc61cc5a8ac
child 342
0b03aa8fb838
--- a/dav/main.c	Sun Sep 24 14:31:42 2017 +0200
+++ b/dav/main.c	Sun Oct 01 17:37:59 2017 +0200
@@ -820,7 +820,7 @@
         if(!recursive) {
             fprintf(
                     stderr,
-                    "%s is a directory.\nUse the -R option to upload directories.",
+                    "%s is a directory.\nUse the -R option to upload directories.\n",
                     file);
             return 1;
         }

mercurial