dav/sync.c

changeset 693
8ca795c1ae1c
parent 692
56b66fe2b4f5
child 702
444aa8fe133f
equal deleted inserted replaced
692:56b66fe2b4f5 693:8ca795c1ae1c
286 fprintf(stderr, " remove-tag [-s <syncdir>] <file> <tag>\n"); 286 fprintf(stderr, " remove-tag [-s <syncdir>] <file> <tag>\n");
287 fprintf(stderr, " set-tags [-s <syncdir>] <file> [tags]\n"); 287 fprintf(stderr, " set-tags [-s <syncdir>] <file> [tags]\n");
288 fprintf(stderr, " list-tags [-s <syncdir>] <file>\n\n"); 288 fprintf(stderr, " list-tags [-s <syncdir>] <file>\n\n");
289 289
290 fprintf(stderr, "Options:\n"); 290 fprintf(stderr, "Options:\n");
291 fprintf(stderr, " -c Disable conflict detection\n"); 291 fprintf(stderr, " -c Disable conflict detection\n");
292 fprintf(stderr, " -l Lock the repository before access\n"); 292 fprintf(stderr, " -l Lock the repository before access\n");
293 fprintf(stderr, " -d Don't lock the repository\n"); 293 fprintf(stderr, " -d Don't lock the repository\n");
294 fprintf(stderr, " -t <tags> " 294 fprintf(stderr, " -t <tags> "
295 "Only sync files which have the specified tags\n"); 295 "Only sync files which have the specified tags\n");
296 fprintf(stderr, " -r " 296 fprintf(stderr, " -r "
297 "Remove resources not matching the tag filter\n"); 297 "Remove resources not matching the tag filter\n");
298 fprintf(stderr, " -V <vers> Restore specific version\n"); 298 fprintf(stderr, " -V <vers> Restore specific version\n");
299 fprintf(stderr, " -S Save previous file version\n"); 299 fprintf(stderr, " -S Save previous file version\n");
300 fprintf(stderr, " -R Restore removed files\n"); 300 fprintf(stderr, " -R Restore removed files\n");
301 fprintf(stderr, " -M Restore modified files\n"); 301 fprintf(stderr, " -M Restore modified files\n");
302 fprintf(stderr, " -v Verbose output (all commands)\n\n"); 302 fprintf(stderr, " -s <syncdir> Name of the syncdir the file is in\n");
303 fprintf(stderr, " -v Verbose output (all commands)\n\n");
303 304
304 fprintf(stderr, "Config commands:\n"); 305 fprintf(stderr, "Config commands:\n");
305 fprintf(stderr, " add-directory\n"); 306 fprintf(stderr, " add-directory\n");
306 fprintf(stderr, " list-directories\n"); 307 fprintf(stderr, " list-directories\n");
307 fprintf(stderr, " check-config\n"); 308 fprintf(stderr, " check-config\n");

mercurial