docs: fix various typos

This commit is contained in:
Ben Boeckel 2019-03-27 15:12:24 -04:00 committed by Nick Craig-Wood
parent 6fb1c8f51c
commit 3d424c6e08
17 changed files with 32 additions and 32 deletions

View file

@ -17,11 +17,11 @@ You can use it like this to output a single file
rclone cat remote:path/to/file
Or like this to output any file in dir or subdirectories.
Or like this to output any file in dir or its subdirectories.
rclone cat remote:path/to/dir
Or like this to output any .txt files in dir or subdirectories.
Or like this to output any .txt files in dir or its subdirectories.
rclone --include "*.txt" cat remote:path/to/dir

View file

@ -18,7 +18,7 @@ For example to update the env_auth field of a remote of name myremote you would
rclone config update myremote swift env_auth true
If the remote uses oauth the token will be updated, if you don't
If the remote uses OAuth the token will be updated, if you don't
require this add an extra parameter thus:
rclone config update myremote swift env_auth true config_refresh_token false

View file

@ -11,8 +11,8 @@ Copy url content to dest.
### Synopsis
Download urls content and copy it to destination
without saving it in tmp storage.
Download url's content and copy it to destination
without saving it in temporary storage.
```