docs/html/get.html

changeset 285
02d3e4b1245f
parent 283
0e36bb75a732
child 320
12ed560c926c
--- a/docs/html/get.html	Sun Aug 06 17:02:25 2017 +0200
+++ b/docs/html/get.html	Sun Aug 06 18:18:00 2017 +0200
@@ -10,7 +10,7 @@
 </head>
 <body>
 <div class="header">
-	<span>davutils documentation</span>
+	<a href="./index.html"><span>DavUtils documentation</span></a>
 </div>
 <div class="sidebar">
 	<div class="nav">
@@ -67,7 +67,7 @@
 <div id="header">
 <h1 class="title">dav get</h1>
 </div>
-<p><strong><code>get [-pcR] [-o &lt;file&gt;] [-u &lt;date&gt;] &lt;url&gt;</code></strong></p>
+<p><strong><code>dav get [-pcR] [-o &lt;file&gt;] [-u &lt;date&gt;] &lt;url&gt;</code></strong></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>

mercurial