From 70b21d9c8706dbe2bb49332ed90d783577f23623 Mon Sep 17 00:00:00 2001 From: edwardxml <56691903+edwardxml@users.noreply.github.com> Date: Wed, 28 Oct 2020 15:42:33 +0000 Subject: [PATCH] docs: Update mount docs Eliminate repeat word mode --- docs/content/commands/rclone_mount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/rclone_mount.md b/docs/content/commands/rclone_mount.md index fbf78b11d..ccfe531ac 100644 --- a/docs/content/commands/rclone_mount.md +++ b/docs/content/commands/rclone_mount.md @@ -19,7 +19,7 @@ FUSE. 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 -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 foreground mode on Windows.