From 4a6efeba3d35516c72ee0003f4951b3bb1244adf Mon Sep 17 00:00:00 2001 From: Petr Pudlak <petr.mvd@gmail.com> Date: Fri, 12 Apr 2013 17:21:11 +0200 Subject: [PATCH] Document `--exclude-caches` in ncdu.pod. --- doc/ncdu.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/ncdu.pod b/doc/ncdu.pod index 5e3b642..89ecf82 100644 --- a/doc/ncdu.pod +++ b/doc/ncdu.pod @@ -122,6 +122,13 @@ can be added multiple times to add more patterns. Exclude files that match any pattern in I<FILE>. Patterns should be separated by a newline. +=item --exclude-caches + +Exclude directories containing CACHEDIR.TAG. The directories will still be +displayed, but not their content, and they are not counted towards the disk +usage statistics. +See http://www.brynosaurus.com/cachedir/ + =back -- GitLab