diff -r ee9e63c437c4 -r 8c44c5919691 docs/src/commands.md --- a/docs/src/commands.md Sun Jul 09 20:15:14 2017 +0200 +++ b/docs/src/commands.md Tue Jul 11 20:45:32 2017 +0200 @@ -42,3 +42,12 @@ **`-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][1] for details. + +[1]: ./encryption.html + +Aliases +------- + +Some commands have alternate names. For example `dav ls` is the same as `dav list`.