From f64ee433b7dbadcda25715d9f466852d855c32d3 Mon Sep 17 00:00:00 2001 From: jersou Date: Mon, 9 Oct 2017 18:47:07 +0200 Subject: [PATCH] docs: missing "sync" command name fix --- docs/content/commands/rclone_mount.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/commands/rclone_mount.md b/docs/content/commands/rclone_mount.md index b666d3019..fdbd8bc8e 100644 --- a/docs/content/commands/rclone_mount.md +++ b/docs/content/commands/rclone_mount.md @@ -90,7 +90,8 @@ systems are a long way from 100% reliable. The rclone sync/copy commands cope with this with lots of retries. However rclone mount can't use retries in the same way without making local copies of the uploads. This might happen in the future, but for the moment rclone -mount won't do that, so will be less reliable than the rclone command. +mount won't do that, so will be less reliable than the rclone sync +command. ### Filters ###