vfs: fix docs - fixes #2067
This commit is contained in:
parent
0f787e43b0
commit
cd7fd51119
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue