docs/html/unlock.html

changeset 285
02d3e4b1245f
parent 283
0e36bb75a732
child 320
12ed560c926c
equal deleted inserted replaced
284:8e7ef0675946 285:02d3e4b1245f
8 <style type="text/css">code{white-space: pre;}</style> 8 <style type="text/css">code{white-space: pre;}</style>
9 <link rel="stylesheet" href="davdoc.css" type="text/css" /> 9 <link rel="stylesheet" href="davdoc.css" type="text/css" />
10 </head> 10 </head>
11 <body> 11 <body>
12 <div class="header"> 12 <div class="header">
13 <span>davutils documentation</span> 13 <a href="./index.html"><span>DavUtils documentation</span></a>
14 </div> 14 </div>
15 <div class="sidebar"> 15 <div class="sidebar">
16 <div class="nav"> 16 <div class="nav">
17 <h3>dav</h3> 17 <h3>dav</h3>
18 <ul> 18 <ul>
65 <!-- begin content --> 65 <!-- begin content -->
66 <div class="content"> 66 <div class="content">
67 <div id="header"> 67 <div id="header">
68 <h1 class="title">dav unlock</h1> 68 <h1 class="title">dav unlock</h1>
69 </div> 69 </div>
70 <p><strong><code>unlock [-pc] [-L &lt;lock&gt;] &lt;url&gt;</code></strong></p> 70 <p><strong><code>dav unlock [-pc] [-L &lt;lock&gt;] &lt;url&gt;</code></strong></p>
71 <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> 71 <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>
72 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p> 72 <p><strong><code>-p</code></strong> disable file name and path decryption if enabled</p>
73 <p><strong><code>-c</code></strong> enable file name and path decryption</p> 73 <p><strong><code>-c</code></strong> enable file name and path decryption</p>
74 <p><strong><code>-L &lt;lock&gt;</code></strong> use the specified lock token</p> 74 <p><strong><code>-L &lt;lock&gt;</code></strong> use the specified lock token</p>
75 <h3 id="example-1-unlock-with-lock-token-from-stdin">Example 1: unlock with lock token from stdin</h3> 75 <h3 id="example-1-unlock-with-lock-token-from-stdin">Example 1: unlock with lock token from stdin</h3>

mercurial