docs/html/get.html

changeset 282
3070d72f54af
parent 273
c743721d566f
child 283
0e36bb75a732
--- a/docs/html/get.html	Sat Aug 05 11:33:17 2017 +0200
+++ b/docs/html/get.html	Sat Aug 05 13:35:27 2017 +0200
@@ -66,12 +66,12 @@
 <div class="content">
 <h1 id="dav-get">dav get</h1>
 <p><strong><code>get [-pcR] [-o &lt;file&gt;] [-u &lt;date&gt;] &lt;url&gt;</code></strong></p>
-<p>Downloads a resource. It can also download collections and its child resources. When downloading a single resource, the default local file name is the resource name. When downloading collections, it does NOT create a local directory with the collection's name and places it children in there, but it downloads the children directly to the current working directory.</p>
+<p>Downloads a resource. This command also downloads collections and its child resources when the <strong><code>-R</code></strong> option is used. When downloading a single resource, the default local file name is the resource name. When downloading collections, it does <strong>not</strong> create a local directory with the collection's name and places its children in there, but it downloads the children directly to the current working directory.</p>
 <p><strong><code>-p</code></strong> disable file name and content decryption. You get exactly what is stored on the server.</p>
 <p><strong><code>-c</code></strong> enable file name and content decryption</p>
 <p><strong><code>-R</code></strong> download a collection</p>
 <p><strong><code>-o &lt;file&gt;</code></strong> specify the local output file. A <strong>-</strong> indicates stdout</p>
-<p><strong><code>-u &lt;date&gt;</code></strong> download only files which are modified since the specified date. Uses the http date format</p>
+<p><strong><code>-u &lt;date&gt;</code></strong> download only files which are modified since the specified date. Uses the HTTP date format</p>
 </div>
 <!-- end content -->
 </body>

mercurial