fixes dav-sync option help text

Wed, 11 Jul 2018 17:08:25 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 11 Jul 2018 17:08:25 +0200
changeset 446
cb61f2e1c25e
parent 445
c525f049c8b7
child 447
a4a71ecfb9d6

fixes dav-sync option help text

dav/sync.c file | annotate | diff | comparison | revisions
--- a/dav/sync.c	Wed Jul 11 17:07:01 2018 +0200
+++ b/dav/sync.c	Wed Jul 11 17:08:25 2018 +0200
@@ -190,7 +190,7 @@
                     "Only sync files which have the specified tags\n");
     fprintf(stderr, "        -r         "
                     "Remove resources not matching the tag filter\n");
-    fprintf(stderr, "        -D         restore deleted files\n");
+    fprintf(stderr, "        -R         restore removed files\n");
     fprintf(stderr, "        -M         restore modified files\n");
     fprintf(stderr, "        -v         verbose output (all commands)\n\n");
     

mercurial