Wed, 11 Jul 2018 17:08:25 +0200
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");