aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sshfs.c b/sshfs.c
index b010828..ce30a0f 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -3380,6 +3380,12 @@ static void usage(const char *progname)
" -o cache_max_size=N sets the maximum size of the cache (default: 10000)\n"
" -o cache_timeout=N sets timeout for caches in seconds (default: 20)\n"
" -o cache_X_timeout=N sets timeout for {stat,dir,link} cache\n"
+" -o cache_clean_interval=N\n"
+" sets the interval for automatic cleaning of the\n"
+" cache (default: 60)\n"
+" -o cache_min_clean_interval=N\n"
+" sets the interval for forced cleaning of the\n"
+" cache if full (default: 5)\n"
" -o workaround=LIST colon separated list of workarounds\n"
" none no workarounds enabled\n"
" all all workarounds enabled\n"