docs/html/set-property.html

changeset 282
3070d72f54af
parent 273
c743721d566f
child 283
0e36bb75a732
equal deleted inserted replaced
281:ddb5e8f2a43d 282:3070d72f54af
64 64
65 <!-- begin content --> 65 <!-- begin content -->
66 <div class="content"> 66 <div class="content">
67 <h1 id="dav-set-property">dav set-property</h1> 67 <h1 id="dav-set-property">dav set-property</h1>
68 <p><strong><code>set-property [-pc] [-L &lt;lock&gt;] [-n &lt;uri&gt;] &lt;url&gt; &lt;property&gt; [value]</code></strong></p> 68 <p><strong><code>set-property [-pc] [-L &lt;lock&gt;] [-n &lt;uri&gt;] &lt;url&gt; &lt;property&gt; [value]</code></strong></p>
69 <p>Sets a resource property to a specified value.</p> 69 <p>Sets a resource property to the specified value.</p>
70 <p>property is a property name with or without prefix (see <a href="./get-property.html">get-property</a> for details).</p> 70 <p><em>property</em> is a property name with or without prefix (see <a href="./get-property.html">get-property</a> for details).</p>
71 <p>If no value is specified, the content for the property is read from stdin.</p> 71 <p>If no value is specified, the content for the property is 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 a lock token. See <a href="./get-property.html">dav lock</a></p> 74 <p><strong><code>-L &lt;lock&gt;</code></strong> use a lock token. See <a href="./get-property.html">dav lock</a></p>
75 <p><strong><code>-n &lt;uri&gt;</code></strong> specify property namespace</p> 75 <p><strong><code>-n &lt;uri&gt;</code></strong> specify property namespace</p>

mercurial