tried to clear up thinner documetion and output

This commit is contained in:
Edwin Eefting
2020-03-31 19:06:46 +02:00
parent bcf73c6e5c
commit 3a4062c983
2 changed files with 26 additions and 19 deletions

View File

@ -117,7 +117,7 @@ class ThinnerRule:
self.rule_str=rule_str
self.human_str="Keep oldest of {} {}{}, delete after {} {}{}.".format(
self.human_str="Keep every {} {}{}, delete after {} {}{}.".format(
period_amount, self.TIME_DESC[period_unit], period_amount!=1 and "s" or "", ttl_amount, self.TIME_DESC[ttl_unit], ttl_amount!=1 and "s" or "" )