From 57261c7e978eaad312f9590074ccef15da6d7c56 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 27 Sep 2020 11:04:37 +0100 Subject: [PATCH] mount: docs: remove incorrect statement about --vfs-cache-mode full See: https://forum.rclone.org/t/is-this-documentation-correct/19376 --- cmd/mountlib/mount.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/mountlib/mount.go b/cmd/mountlib/mount.go index c762b76c0..98de51f25 100644 --- a/cmd/mountlib/mount.go +++ b/cmd/mountlib/mount.go @@ -336,9 +336,6 @@ With --vfs-read-chunk-size 100M and --vfs-read-chunk-size-limit 0 the following parts will be downloaded: 0-100M, 100M-200M, 200M-300M, 300M-400M and so on. When --vfs-read-chunk-size-limit 500M is specified, the result would be 0-100M, 100M-300M, 300M-700M, 700M-1200M, 1200M-1700M and so on. - -Chunked reading will only work with --vfs-cache-mode < full, as the file will always -be copied to the vfs cache before opening with --vfs-cache-mode full. ` + vfs.Help, Run: func(command *cobra.Command, args []string) { cmd.CheckArgs(2, 2, command, args)