diff --git a/cmd/restic/cmd_cache.go b/cmd/restic/cmd_cache.go index f206dc845..04e60908f 100644 --- a/cmd/restic/cmd_cache.go +++ b/cmd/restic/cmd_cache.go @@ -126,6 +126,7 @@ func runCache(opts CacheOptions, gopts GlobalOptions, args []string) error { } tab.Write(gopts.stdout) + Printf("%d cache dirs in %s\n", len(dirs), cachedir) return nil }