diff --git a/cmd/cat/cat.go b/cmd/cat/cat.go index 46d95a902..de1132cce 100644 --- a/cmd/cat/cat.go +++ b/cmd/cat/cat.go @@ -42,11 +42,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 diff --git a/cmd/config/config.go b/cmd/config/config.go index 3e675cc5a..c622632b7 100644 --- a/cmd/config/config.go +++ b/cmd/config/config.go @@ -146,7 +146,7 @@ you would do: If any of the parameters passed is a password field, then rclone will 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: rclone config update myremote swift env_auth true config_refresh_token false diff --git a/docs/content/commands/rclone_cat.md b/docs/content/commands/rclone_cat.md index 5b9137d1e..db8f899ab 100644 --- a/docs/content/commands/rclone_cat.md +++ b/docs/content/commands/rclone_cat.md @@ -1,5 +1,5 @@ --- -date: 2020-02-10T12:28:36Z +date: 2020-02-10T15:06:43Z title: "rclone cat" slug: 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 -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 diff --git a/docs/content/commands/rclone_config_update.md b/docs/content/commands/rclone_config_update.md index a9bb25ee1..d7100662c 100644 --- a/docs/content/commands/rclone_config_update.md +++ b/docs/content/commands/rclone_config_update.md @@ -1,5 +1,5 @@ --- -date: 2020-02-10T12:28:36Z +date: 2020-02-10T15:06:43Z title: "rclone config update" slug: 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 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: rclone config update myremote swift env_auth true config_refresh_token false