dav/sync.c

changeset 449
cdcaf532c030
parent 447
a4a71ecfb9d6
child 460
22522ff52a62
equal deleted inserted replaced
448:3bef733c55b3 449:cdcaf532c030
188 fprintf(stderr, " -d Don't lock the repository\n"); 188 fprintf(stderr, " -d Don't lock the repository\n");
189 fprintf(stderr, " -t <tags> " 189 fprintf(stderr, " -t <tags> "
190 "Only sync files which have the specified tags\n"); 190 "Only sync files which have the specified tags\n");
191 fprintf(stderr, " -r " 191 fprintf(stderr, " -r "
192 "Remove resources not matching the tag filter\n"); 192 "Remove resources not matching the tag filter\n");
193 fprintf(stderr, " -R restore removed files\n"); 193 fprintf(stderr, " -R Restore removed files\n");
194 fprintf(stderr, " -M restore modified files\n"); 194 fprintf(stderr, " -M Restore modified files\n");
195 fprintf(stderr, " -v verbose output (all commands)\n\n"); 195 fprintf(stderr, " -v Verbose output (all commands)\n\n");
196 196
197 fprintf(stderr, "Config commands:\n"); 197 fprintf(stderr, "Config commands:\n");
198 fprintf(stderr, " add-directory\n"); 198 fprintf(stderr, " add-directory\n");
199 fprintf(stderr, " list-directories\n"); 199 fprintf(stderr, " list-directories\n");
200 fprintf(stderr, " check-config\n"); 200 fprintf(stderr, " check-config\n");

mercurial