aboutsummaryrefslogtreecommitdiff
path: root/cleaner.in
diff options
context:
space:
mode:
Diffstat (limited to 'cleaner.in')
-rwxr-xr-xcleaner.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleaner.in b/cleaner.in
index c89511f..d8a57bc 100755
--- a/cleaner.in
+++ b/cleaner.in
@@ -55,7 +55,7 @@ esac
thisweek=$(date +%U)
lastweek=$((thisweek - retainweeks))
-$verbose \# removing files older than week $lastweek
+$verbose \# removing from $dir files ending in $suffix and older than week $lastweek
if [ -z "$suffix" ]; then
find $dir -type f -printf '%f\n'

Return to:

Send suggestions and report system problems to the System administrator.