Skip to content

Commit

Permalink
Fix typo "CACHE-DIR" -> "CACHE_DIR"
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Carl Jones <[email protected]>
  • Loading branch information
dannycjones committed Nov 10, 2023
1 parent 4a3cb55 commit 5c78bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ WantedBy=remote-fs.target

Mountpoint can optionally cache object metadata and content to reduce cost and improve performance for repeated reads to the same file.

To enable caching, use the `--cache <CACHE-DIR>` command-line flag.
To enable caching, use the `--cache <CACHE_DIR>` command-line flag.
This flag will enable caching of metadata using a default time-to-live (TTL) of 60 minutes.
Object/file content will also be cached within the cache directory specified.
Mountpoint will create a directory within the path provided, removing all files and directories within it at mount time and exit.
Expand Down

0 comments on commit 5c78bf6

Please sign in to comment.