From 32440db4a50050a6337652369de275e653fa2780 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 10 Jan 2014 14:54:19 +0000 Subject: [PATCH 1/1] Bugfixes: * expire-iso8601: Fix mistake in usage message. --- debian/changelog | 7 +++++++ scripts/expire-iso8601 | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff008f3..e47c527 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +chiark-utils (4.3.1) unstable; urgency=low + + Bugfixes: + * expire-iso8601: Fix mistake in usage message. + + -- + chiark-utils (4.3.0) unstable; urgency=medium New utilities: diff --git a/scripts/expire-iso8601 b/scripts/expire-iso8601 index 530c48c..7600678 100755 --- a/scripts/expire-iso8601 +++ b/scripts/expire-iso8601 @@ -16,8 +16,8 @@ example: uses units of 86400s (1 day) with a slop of 8640 it keeps 14 daily items (that is 14 items, dated no less than 86400-8640 apart) - and 7 weekly items - (that is 7 items, dated no less than 7*86400-8640 apart) + and 4 weekly items + (that is 4 items, dated no less than 7*86400-8640 apart) the 14 daily and 7 weekly items may be the same, or not There is no need to sort the list of x pairs. exit status: -- 2.30.2