docs/html/unlock.html

changeset 282
3070d72f54af
parent 273
c743721d566f
child 283
0e36bb75a732
--- 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 &lt;lock&gt;] &lt;url&gt;</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 &lt;lock&gt;</code></strong> use a lock token</p>
+<p><strong><code>-L &lt;lock&gt;</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 &gt; locktoken
 $ dav unlock myserv/resource &lt; locktoken</code></pre>

mercurial