From cd7fd511191cf977fb5340509795097ed2f8cbe4 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 11 Feb 2018 17:48:03 +0000 Subject: [PATCH] vfs: fix docs - fixes #2067 --- vfs/help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vfs/help.go b/vfs/help.go index 1c0d37bbd..8ed5407b1 100644 --- a/vfs/help.go +++ b/vfs/help.go @@ -32,7 +32,7 @@ and write simultaneously to a file. See below for more details. Note that the VFS cache works in addition to the cache backend and you may find that you need one or the other or both. - --vfs-cache-dir string Directory rclone will use for caching. + --cache-dir string Directory rclone will use for caching. --vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s) --vfs-cache-mode string Cache mode off|minimal|writes|full (default "off") --vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)