dav/main.c

changeset 703
2e3a24b9896a
parent 687
9922a349a61a
child 709
857330e1e3f4
--- 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>   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>    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 <file>  Write output to file (use '-' for stdout)\n");
+    fprintf(stderr, "        -K           Keep already present files\n");
+    fprintf(stderr, "        -o <file>    Write output to file (use '-' for stdout)\n");
     fprintf(
             stderr,
-            "        -u <date>  "
+            "        -u <date>    "
             "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 <lock>  specificy lock token\n");
-    fprintf(stderr, "        -T <sec>   timeout in seconds\n");
-    fprintf(stderr, "        -n <uri>   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 <version> 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 <lock>    specificy lock token\n");
+    fprintf(stderr, "        -T <sec>     timeout in seconds\n");
+    fprintf(stderr, "        -n <uri>     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");

mercurial