From: Ian Jackson Date: Fri, 10 Jan 2014 14:54:19 +0000 (+0000) Subject: Bugfixes: X-Git-Tag: debian/4.3.1~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=32440db4a50050a6337652369de275e653fa2780;hp=b6a5bd2ebfc481e9d8a9469a0467321b4e82ce1b Bugfixes: * expire-iso8601: Fix mistake in usage message. --- 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: