From 51fda28eb9987c16cb59ed7d0b3257b4c9a3f798 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 4 Jan 2013 14:50:36 -0800 Subject: [PATCH] forgot to finish this sentence --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eba83ae..534e20d 100644 --- a/README.md +++ b/README.md @@ -684,7 +684,9 @@ files, or for rotating when the log reaches a threshold size. "$number$scope" where "$scope" is one of "h" (hours), "d" (days), "w" (weeks), "m" (months), "y" (years). Or one of the following names can be used "hourly" (means 1h), "daily" (1d), "weekly" (1w), "monthly" (1m), -"yearly" (1y). Rotation is done at the "start" +"yearly" (1y). Rotation is done at the start of the scope: top of the hour (h), +midnight (d), start of Sunday (w), start of the 1st of the month (m), +start of Jan 1st (y). count