dav/main.c

changeset 703
2e3a24b9896a
parent 687
9922a349a61a
child 709
857330e1e3f4
equal deleted inserted replaced
702:444aa8fe133f 703:2e3a24b9896a
290 } 290 }
291 fprintf(stderr, " %s\n", str); 291 fprintf(stderr, " %s\n", str);
292 } 292 }
293 fprintf(stderr, "Options:\n"); 293 fprintf(stderr, "Options:\n");
294 fprintf(stderr, 294 fprintf(stderr,
295 " -k <key> Key to use for encryption\n"); 295 " -k <key> Key to use for encryption\n");
296 fprintf(stderr, " -p Don't encrypt or decrypt files\n"); 296 fprintf(stderr, " -p Don't encrypt or decrypt files\n");
297 fprintf(stderr, " -c Enable full encryption\n"); 297 fprintf(stderr, " -c Enable full encryption\n");
298 fprintf(stderr, 298 fprintf(stderr,
299 " -R " 299 " -R "
300 "Recursively do the operation for all children\n"); 300 "Recursively do the operation for all children\n");
301 fprintf(stderr, " -K Keep already present files\n"); 301 fprintf(stderr, " -K Keep already present files\n");
302 fprintf(stderr, " -o <file> Write output to file (use '-' for stdout)\n"); 302 fprintf(stderr, " -o <file> Write output to file (use '-' for stdout)\n");
303 fprintf( 303 fprintf(
304 stderr, 304 stderr,
305 " -u <date> " 305 " -u <date> "
306 "Get resources which are modified since the specified date\n"); 306 "Get resources which are modified since the specified date\n");
307 fprintf(stderr, " -a show all files\n"); 307 fprintf(stderr, " -V <version> Download a specific version of a resource\n");
308 fprintf(stderr, " -l print resources in long list format\n"); 308 fprintf(stderr, " -a show all files\n");
309 fprintf(stderr, " -t print content type\n"); 309 fprintf(stderr, " -l print resources in long list format\n");
310 fprintf(stderr, " -d order by last modified date\n"); 310 fprintf(stderr, " -t print content type\n");
311 fprintf(stderr, " -e show extended flags\n"); 311 fprintf(stderr, " -d order by last modified date\n");
312 fprintf(stderr, " -O override resources\n"); 312 fprintf(stderr, " -e show extended flags\n");
313 fprintf(stderr, " -L <lock> specificy lock token\n"); 313 fprintf(stderr, " -O override resources\n");
314 fprintf(stderr, " -T <sec> timeout in seconds\n"); 314 fprintf(stderr, " -L <lock> specificy lock token\n");
315 fprintf(stderr, " -n <uri> specify namespace uri\n"); 315 fprintf(stderr, " -T <sec> timeout in seconds\n");
316 fprintf(stderr, " -x xml property content\n"); 316 fprintf(stderr, " -n <uri> specify namespace uri\n");
317 fprintf(stderr, " -N disable authentication prompt (all commands)\n"); 317 fprintf(stderr, " -x xml property content\n");
318 fprintf(stderr, " -i disable cert verification (all commands)\n"); 318 fprintf(stderr, " -N disable authentication prompt (all commands)\n");
319 fprintf(stderr, " -v verbose output (all commands)\n"); 319 fprintf(stderr, " -i disable cert verification (all commands)\n");
320 fprintf(stderr, " -v verbose output (all commands)\n");
320 fprintf(stderr, "\n"); 321 fprintf(stderr, "\n");
321 fprintf(stderr, "Advanced commands:\n"); 322 fprintf(stderr, "Advanced commands:\n");
322 fprintf(stderr, " versioncontrol list-versions checkout checkin uncheckout\n\n"); 323 fprintf(stderr, " versioncontrol list-versions checkout checkin uncheckout\n\n");
323 fprintf(stderr, "Config commands:\n"); 324 fprintf(stderr, "Config commands:\n");
324 fprintf(stderr, " add-repository remove-repository list-repositories repository-url\n"); 325 fprintf(stderr, " add-repository remove-repository list-repositories repository-url\n");

mercurial