docs: restore lost spelling fixes

These came from 3d424c6e08 which unfortunately got added the
docs to the auto generated files.
s3-about
Nick Craig-Wood 2020-02-10 15:07:40 +00:00
parent 102a38bb95
commit 8b664c3ec5
4 changed files with 8 additions and 8 deletions

View File

@ -42,11 +42,11 @@ You can use it like this to output a single file
rclone cat remote:path/to/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 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 rclone --include "*.txt" cat remote:path/to/dir

View File

@ -146,7 +146,7 @@ you would do:
If any of the parameters passed is a password field, then rclone will If any of the parameters passed is a password field, then rclone will
automatically obscure them before putting them in the config file. automatically obscure them before putting them in the config file.
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: require this add an extra parameter thus:
rclone config update myremote swift env_auth true config_refresh_token false rclone config update myremote swift env_auth true config_refresh_token false

View File

@ -1,5 +1,5 @@
--- ---
date: 2020-02-10T12:28:36Z date: 2020-02-10T15:06:43Z
title: "rclone cat" title: "rclone cat"
slug: rclone_cat slug: rclone_cat
url: /commands/rclone_cat/ url: /commands/rclone_cat/
@ -18,11 +18,11 @@ You can use it like this to output a single file
rclone cat remote:path/to/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 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 rclone --include "*.txt" cat remote:path/to/dir

View File

@ -1,5 +1,5 @@
--- ---
date: 2020-02-10T12:28:36Z date: 2020-02-10T15:06:43Z
title: "rclone config update" title: "rclone config update"
slug: rclone_config_update slug: rclone_config_update
url: /commands/rclone_config_update/ url: /commands/rclone_config_update/
@ -23,7 +23,7 @@ you would do:
If any of the parameters passed is a password field, then rclone will If any of the parameters passed is a password field, then rclone will
automatically obscure them before putting them in the config file. automatically obscure them before putting them in the config file.
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: require this add an extra parameter thus:
rclone config update myremote swift env_auth true config_refresh_token false rclone config update myremote swift env_auth true config_refresh_token false