docs/src/set-property.md

changeset 282
3070d72f54af
parent 265
ee9e63c437c4
child 283
0e36bb75a732
equal deleted inserted replaced
281:ddb5e8f2a43d 282:3070d72f54af
1 dav set-property 1 dav set-property
2 ================ 2 ================
3 3
4 **`set-property [-pc] [-L <lock>] [-n <uri>] <url> <property> [value]`** 4 **`set-property [-pc] [-L <lock>] [-n <uri>] <url> <property> [value]`**
5 5
6 Sets a resource property to a specified value. 6 Sets a resource property to the specified value.
7 7
8 property is a property name with or without prefix (see [get-property][1] for details). 8 *property* is a property name with or without prefix (see [get-property][1] for details).
9 9
10 [1]: ./get-property.html 10 [1]: ./get-property.html
11 11
12 If no value is specified, the content for the property is read from stdin. 12 If no value is specified, the content for the property is read from stdin.
13 13

mercurial