docs/html/lock.html

changeset 320
12ed560c926c
parent 285
02d3e4b1245f
child 429
1607450065ba
--- a/docs/html/lock.html	Tue Oct 03 14:59:35 2017 +0200
+++ b/docs/html/lock.html	Tue Oct 03 16:59:39 2017 +0200
@@ -28,6 +28,7 @@
 						<li><a href="move.html">move</a></li>
 						<li><a href="get-property.html">get-property</a></li>
 						<li><a href="set-property.html">set-property</a></li>
+						<li><a href="remove-property.html">remove-property</a></li>
 						<li><a href="lock.html">lock</a></li>
 						<li><a href="unlock.html">unlock</a></li>
 						<li><a href="info.html">info</a></li>
@@ -48,6 +49,7 @@
 					<ul>
 						<li><a href="pull.html">pull</a></li>
 						<li><a href="push.html">push</a></li>
+						<li><a href="archive.html">archive</a></li>
 						<li><a href="resolve-conflicts.html">resolve-conflicts</a></li>
 						<li><a href="delete-conflicts.html">delete-conflicts</a></li>
 						<li><a href="trash-info.html">trash-info</a></li>
@@ -72,6 +74,7 @@
 <p>If the resource is successfully locked, a lock token for this resource is printed to stdout. This lock token should be saved somewhere to unlock the resource eventually.</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>-T &lt;seconds&gt;</code></strong> specify the lock token timeout in seconds</p>
 <h3 id="example-1-lock-resource-and-use-the-lock-token">Example 1: lock resource and use the lock token</h3>
 <pre><code>$ dav lock myserv/resource
 opaquelocktoken:0454905e-f2ff-45c4-a3d7-5c4e4db5ce37

mercurial