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)