diff -r ddb5e8f2a43d -r 3070d72f54af docs/src/get.md --- a/docs/src/get.md Sat Aug 05 11:33:17 2017 +0200 +++ b/docs/src/get.md Sat Aug 05 13:35:27 2017 +0200 @@ -3,10 +3,10 @@ **`get [-pcR] [-o ] [-u ] `** -Downloads a resource. It can also download collections and its child resources. +Downloads a resource. This command also downloads collections and its child resources when the **`-R`** option is used. When downloading a single resource, the default local file name is the resource -name. When downloading collections, it does NOT create a local directory with -the collection's name and places it children in there, but it downloads the +name. When downloading collections, it does **not** create a local directory with +the collection's name and places its children in there, but it downloads the children directly to the current working directory. **`-p`** disable file name and content decryption. You get exactly what is stored @@ -18,6 +18,6 @@ **`-o `** specify the local output file. A **-** indicates stdout -**`-u `** download only files which are modified since the specified date. Uses the http date format +**`-u `** download only files which are modified since the specified date. Uses the HTTP date format