aboutsummaryrefslogtreecommitdiff
path: root/docs/fiv.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fiv.html')
-rw-r--r--docs/fiv.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/fiv.html b/docs/fiv.html
index 3638831..79bf8a6 100644
--- a/docs/fiv.html
+++ b/docs/fiv.html
@@ -77,11 +77,18 @@ gdk-pixbuf modules.
<h2>Thumbnails</h2>
-<p><i>fiv</i> uses a custom way of storing thumbnails, and doesn't currently
-provide any means of invalidating this cache. Should you find out that your
+<p><i>fiv</i> uses a custom means of storing thumbnails, and doesn't currently
+invalidate this cache automatically. Should you find out that your
<i>~/.cache/thumbnails</i> directory is taking up too much space, run:
<pre>
+fiv --invalidate-cache
+</pre>
+
+<p>to trim it down. Alternatively, if you want to get rid of _all_ thumbnails,
+even for existing images:
+
+<pre>
rm -rf ~/.cache/thumbnails/wide-*
</pre>