From 2f6afe600567f205b03bccf98110a6c404f06bef Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 8 Apr 2021 10:19:03 +0200 Subject: [PATCH] docs: fixed some typos --- docs/content/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 9410dc658..93961b69a 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -654,7 +654,7 @@ If you run `rclone config file` you will see where the default location is for you. Use this flag to override the config location, e.g. `rclone ---config=".myconfig" .config`. +--config=".myconfig" config`. If the location is set to empty string `""` or the special value `/notfound`, or the os null device represented by value `NUL` on @@ -2119,7 +2119,7 @@ mys3: Note that if you want to create a remote using environment variables you must create the `..._TYPE` variable as above. -Note also that now rclone has [connectionstrings](#connection-strings), +Note also that now rclone has [connection strings](#connection-strings), it is probably easier to use those instead which makes the above example rclone lsd :s3,access_key_id=XXX,secret_access_key=XXX: