# HG changeset patch # User Mike Becker # Date 1501921193 -7200 # Node ID c9096eb3554cc4b5ee4ff694032318c059bc7678 # Parent ccef3f2bfe8e05c054e28619473403a80485528f refines commands.md diff -r ccef3f2bfe8e -r c9096eb3554c docs/html/commands.html --- 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 @@
dav copy <src-url> <dst-url>

There is also a move operation similar to copy:

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

-N disable any authentication prompt. If authentication is required, dav will abort.

-i disable TLS certificate verification

-

-v enable verbose output. Internally CURLOPT_VERBOSE is set to 1 and verbose output is printed on 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 for details.

+

-v enable verbose output. Internally CURLOPT_VERBOSE is set to 1 and verbose output is printed to stderr.

+

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 for details.

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.

diff -r ccef3f2bfe8e -r c9096eb3554c docs/src/commands.md --- 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 -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. +