docs/html/commands.html

changeset 278
c9096eb3554c
parent 273
c743721d566f
child 279
f0f24da5f920
--- a/docs/html/commands.html	Sat Aug 05 10:12:12 2017 +0200
+++ b/docs/html/commands.html	Sat Aug 05 10:19:53 2017 +0200
@@ -80,14 +80,14 @@
 <pre><code>dav copy &lt;src-url&gt; &lt;dst-url&gt;</code></pre>
 <p>There is also a move operation similar to copy:</p>
 <pre><code>dav move &lt;src-url&gt; &lt;dst-url&gt;</code></pre>
-<p>These are the most common commands. There are also more commands for webdav locking and manipulating webdav properties.</p>
+<p>These are the most common commands. There are also more commands, e.g. for webdav locking or manipulating webdav properties. See the left menu for a complete list.</p>
 <h2 id="common-options">Common options</h2>
 <p><strong><code>-N</code></strong> disable any authentication prompt. If authentication is required, dav will abort.</p>
 <p><strong><code>-i</code></strong> disable TLS certificate verification</p>
-<p><strong><code>-v</code></strong> enable verbose output. Internally <code>CURLOPT_VERBOSE</code> is set to 1 and verbose output is printed on stderr.</p>
-<p>Most commands have the <strong><code>-p</code></strong> and <strong><code>-c</code></strong> options for enabling or disabling encryption. If encryption is not configured for a repository, but the <strong><code>-c</code></strong> option is specified, encryption/decryption is enabled. When enabled, all commands handle encrypted resource names. The <strong><code>-p</code></strong> options disables any encryption/decryption. See <a href="./encryption.html">encryption</a> for details.</p>
+<p><strong><code>-v</code></strong> enable verbose output. Internally <code>CURLOPT_VERBOSE</code> is set to 1 and verbose output is printed to stderr.</p>
+<p>Most commands have the <strong><code>-c</code></strong> and <strong><code>-p</code></strong> options for enabling or disabling encryption. If encryption is not configured for a repository, but the <strong><code>-c</code></strong> option is specified, encryption/decryption is enabled. When enabled, all commands handle encrypted resource names. The <strong><code>-p</code></strong> options disables any encryption/decryption. See <a href="./encryption.html">encryption</a> for details.</p>
 <h2 id="aliases">Aliases</h2>
-<p>Some commands have alternate names. For example <code>dav ls</code> is the same as <code>dav list</code>.</p>
+<p>Some commands have alternate names. For example <code>dav ls</code> is and alias for <code>dav list</code>. The available aliases can be found in the documentation for the respective commands.</p>
 </div>
 <!-- end content -->
 </body>

mercurial