dav/sync.c

changeset 446
cb61f2e1c25e
parent 445
c525f049c8b7
child 447
a4a71ecfb9d6
equal deleted inserted replaced
445:c525f049c8b7 446:cb61f2e1c25e
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, " -D restore deleted 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");

mercurial