--- a/docs/html/unlock.html Sat Aug 05 11:33:17 2017 +0200 +++ b/docs/html/unlock.html Sat Aug 05 13:35:27 2017 +0200 @@ -66,10 +66,10 @@ <div class="content"> <h1 id="dav-unlock">dav unlock</h1> <p><strong><code>unlock [-pc] [-L <lock>] <url></code></strong></p> -<p>Unlocks the specified url with a lock token. If no lock token is specified with the <code>-L</code> option, it read from stdin.</p> +<p>Unlocks the specified <em>url</em> with a lock token. If no lock token is specified with the <code>-L</code> option, it read from stdin.</p> <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> <p><strong><code>-c</code></strong> enable file name and path decryption</p> -<p><strong><code>-L <lock></code></strong> use a lock token</p> +<p><strong><code>-L <lock></code></strong> use the specified lock token</p> <h3 id="example-1-unlock-with-lock-token-from-stdin">Example 1: unlock with lock token from stdin</h3> <pre><code>$ dav lock myserv/resource > locktoken $ dav unlock myserv/resource < locktoken</code></pre>