docs/html/copy.html

changeset 285
02d3e4b1245f
parent 283
0e36bb75a732
child 320
12ed560c926c
--- a/docs/html/copy.html	Sun Aug 06 17:02:25 2017 +0200
+++ b/docs/html/copy.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 copy</h1>
 </div>
-<p><strong><code>copy [-pcO] [-L &lt;lock&gt;] &lt;url1&gt; &lt;url2&gt;</code></strong></p>
+<p><strong><code>dav copy [-pcO] [-L &lt;lock&gt;] &lt;url1&gt; &lt;url2&gt;</code></strong></p>
 <p>Creates a duplicate of the resource identified by <em>url1</em> at the location <em>url2</em>. All resource properties are copied. Currently <em>url1</em> and <em>url2</em> must be the same host.</p>
 <p>If <em>url1</em> is a collection, all children are copied.</p>
 <p>If <em>url2</em> already exists, the command aborts, unless the <code>-O</code> option is specified.</p>

mercurial