docs/html/move.html

changeset 282
3070d72f54af
parent 273
c743721d566f
child 283
0e36bb75a732
--- a/docs/html/move.html	Sat Aug 05 11:33:17 2017 +0200
+++ b/docs/html/move.html	Sat Aug 05 13:35:27 2017 +0200
@@ -68,10 +68,10 @@
 <p><strong><code>move [-pcO] [-L &lt;lock&gt;] &lt;url&gt; &lt;url&gt;</code></strong></p>
 <p>Moves the resource identified by <em>url1</em> to the location <em>url2</em>. Currently <em>url1</em> and <em>url2</em> must be on the same host.</p>
 <p>If <em>url2</em> already exists, the command aborts, unless the <code>-O</code> option is specified.</p>
-<p>The command uses a single WebDAV MOVE request to move the resources. It does not handle the dav encryption functionality, which means it does not modify <em>url2</em> if encryption is enabled.</p>
-<p><strong><code>-p</code></strong> disable file name and path decryption if enabled. This applies only to <em>url1</em></p>
-<p><strong><code>-c</code></strong> enable file name and path decryption This applies only to <em>url1</em></p>
-<p><strong><code>-O</code></strong> override the destination resource</p>
+<p>The command uses a single WebDAV MOVE request to move the resources. You may use file name and path decryption to copy and encrypted resource. Please note that the target location will be exactly <em>url2</em>, so the top most collection name will not be disguised. See [encryption][2] for more details on how encryption works.</p>
+<p><strong><code>-p</code></strong> disable file name and path decryption for <em>url1</em></p>
+<p><strong><code>-c</code></strong> enable file name and path decryption for <em>url1</em></p>
+<p><strong><code>-O</code></strong> overwrite the destination resource</p>
 <p><strong><code>-L &lt;lock&gt;</code></strong> use a lock token. See <a href="./lock.html">dav lock</a></p>
 <p><strong>Command alias:</strong> mv</p>
 </div>

mercurial