Sat, 05 Aug 2017 10:19:53 +0200
refines commands.md
docs/html/commands.html | file | annotate | diff | comparison | revisions | |
docs/src/commands.md | file | annotate | diff | comparison | revisions |
--- 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 <src-url> <dst-url></code></pre> <p>There is also a move operation similar to copy:</p> <pre><code>dav move <src-url> <dst-url></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>
--- a/docs/src/commands.md Sat Aug 05 10:12:12 2017 +0200 +++ b/docs/src/commands.md Sat Aug 05 10:19:53 2017 +0200 @@ -32,7 +32,9 @@ dav move <src-url> <dst-url> -These are the most common commands. There are also more commands for webdav locking and manipulating webdav properties. +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. Common options -------------- @@ -41,13 +43,15 @@ **`-i`** disable TLS certificate verification -**`-v`** enable verbose output. Internally `CURLOPT_VERBOSE` is set to 1 and verbose output is printed on stderr. +**`-v`** enable verbose output. Internally `CURLOPT_VERBOSE` is set to 1 and verbose output is printed to stderr. -Most commands have the **`-p`** and **`-c`** options for enabling or disabling encryption. If encryption is not configured for a repository, but the **`-c`** option is specified, encryption/decryption is enabled. When enabled, all commands handle encrypted resource names. The **`-p`** options disables any encryption/decryption. See [encryption][1] for details. +Most commands have the **`-c`** and **`-p`** options for enabling or disabling encryption. If encryption is not configured for a repository, but the **`-c`** option is specified, encryption/decryption is enabled. When enabled, all commands handle encrypted resource names. The **`-p`** options disables any encryption/decryption. See [encryption][1] for details. [1]: ./encryption.html Aliases ------- -Some commands have alternate names. For example `dav ls` is the same as `dav list`. +Some commands have alternate names. For example `dav ls` is and alias for `dav list`. +The available aliases can be found in the documentation for the respective commands. +