docs: Update mount docs

Eliminate repeat word mode
This commit is contained in:
edwardxml 2020-10-28 15:42:33 +00:00 committed by GitHub
parent e00bf3d723
commit 70b21d9c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ FUSE.
First set up your remote using `rclone config`. Check it works with `rclone ls` etc. First set up your remote using `rclone config`. Check it works with `rclone ls` etc.
You can either run mount in foreground mode or background (daemon) mode. Mount runs in You can either run mount in foreground mode or background (daemon) mode. Mount runs in
foreground mode by default, use the --daemon flag to specify background mode mode. foreground mode by default, use the --daemon flag to specify background mode behaviour.
Background mode is only supported on Linux and OSX, you can only run mount in Background mode is only supported on Linux and OSX, you can only run mount in
foreground mode on Windows. foreground mode on Windows.