mirror of
https://github.com/rclone/rclone.git
synced 2025-05-21 23:30:03 +08:00
docs: fix various typos
This commit is contained in:

committed by
Nick Craig-Wood

parent
6fb1c8f51c
commit
3d424c6e08
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user