diff -r 444aa8fe133f -r 2e3a24b9896a dav/main.c --- a/dav/main.c Sun Dec 15 16:22:08 2019 +0100 +++ b/dav/main.c Sun Dec 15 16:54:05 2019 +0100 @@ -292,31 +292,32 @@ } fprintf(stderr, "Options:\n"); fprintf(stderr, - " -k Key to use for encryption\n"); - fprintf(stderr, " -p Don't encrypt or decrypt files\n"); - fprintf(stderr, " -c Enable full encryption\n"); + " -k Key to use for encryption\n"); + fprintf(stderr, " -p Don't encrypt or decrypt files\n"); + fprintf(stderr, " -c Enable full encryption\n"); fprintf(stderr, - " -R " + " -R " "Recursively do the operation for all children\n"); - fprintf(stderr, " -K Keep already present files\n"); - fprintf(stderr, " -o Write output to file (use '-' for stdout)\n"); + fprintf(stderr, " -K Keep already present files\n"); + fprintf(stderr, " -o Write output to file (use '-' for stdout)\n"); fprintf( stderr, - " -u " + " -u " "Get resources which are modified since the specified date\n"); - fprintf(stderr, " -a show all files\n"); - fprintf(stderr, " -l print resources in long list format\n"); - fprintf(stderr, " -t print content type\n"); - fprintf(stderr, " -d order by last modified date\n"); - fprintf(stderr, " -e show extended flags\n"); - fprintf(stderr, " -O override resources\n"); - fprintf(stderr, " -L specificy lock token\n"); - fprintf(stderr, " -T timeout in seconds\n"); - fprintf(stderr, " -n specify namespace uri\n"); - fprintf(stderr, " -x xml property content\n"); - fprintf(stderr, " -N disable authentication prompt (all commands)\n"); - fprintf(stderr, " -i disable cert verification (all commands)\n"); - fprintf(stderr, " -v verbose output (all commands)\n"); + fprintf(stderr, " -V Download a specific version of a resource\n"); + fprintf(stderr, " -a show all files\n"); + fprintf(stderr, " -l print resources in long list format\n"); + fprintf(stderr, " -t print content type\n"); + fprintf(stderr, " -d order by last modified date\n"); + fprintf(stderr, " -e show extended flags\n"); + fprintf(stderr, " -O override resources\n"); + fprintf(stderr, " -L specificy lock token\n"); + fprintf(stderr, " -T timeout in seconds\n"); + fprintf(stderr, " -n specify namespace uri\n"); + fprintf(stderr, " -x xml property content\n"); + fprintf(stderr, " -N disable authentication prompt (all commands)\n"); + fprintf(stderr, " -i disable cert verification (all commands)\n"); + fprintf(stderr, " -v verbose output (all commands)\n"); fprintf(stderr, "\n"); fprintf(stderr, "Advanced commands:\n"); fprintf(stderr, " versioncontrol list-versions checkout checkin uncheckout\n\n");