From 95b4ca21ed27015daefd9d3b7722fd08e909ce00 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 13 Apr 2019 04:22:25 +0200 Subject: [PATCH] Clarify what is considered an old cache file. --- compilescript.1.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compilescript.1.adoc b/compilescript.1.adoc index 68bb61d..ffeac62 100644 --- a/compilescript.1.adoc +++ b/compilescript.1.adoc @@ -2,7 +2,7 @@ :doctype: manpage :Author: tastytea :Email: tastytea@tastytea.de -:Date: 2019-04-12 +:Date: 2019-04-13 :Revision: 0.0.0 :man source: compilescript :man version: {revision} @@ -37,7 +37,8 @@ The compiler invocation looks like this: == OPTIONS *--cleanup*:: - Delete old cache files (older than +clean_after_hours+). + Delete old cache files. You can configure the timespan after which a file is + considered old with the config option _clean_after_hours_. *--version*:: Print version, copyright and license.