--- a/docs/html/get-property.html Sun Aug 06 17:02:25 2017 +0200 +++ b/docs/html/get-property.html Sun Aug 06 18:18:00 2017 +0200 @@ -10,7 +10,7 @@ </head> <body> <div class="header"> - <span>davutils documentation</span> + <a href="./index.html"><span>DavUtils documentation</span></a> </div> <div class="sidebar"> <div class="nav"> @@ -67,7 +67,7 @@ <div id="header"> <h1 class="title">dav get-property</h1> </div> -<p><strong><code>get-property [-pc] [-n <uri>] <url> <property></code></strong></p> +<p><strong><code>dav get-property [-pc] [-n <uri>] <url> <property></code></strong></p> <p>Gets a specific resource property. Every WebDAV property has a name and an XML namespace. A namespace can be specified with the <code>-n</code> option or with a prefixed name. The prefix and property name are separated by a <strong>:</strong> as usual.</p> <p>Example: <code>D:creationdate</code></p> <p><code>D</code> is the prefix, <code>creationdate</code> is the name.</p>