From 0b7bc66ebabf3b4282dffcea5ce43af1da10c189 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 28 May 2016 15:17:32 -0400 Subject: [PATCH] Docs: Added reports..range description --- doc/man/timew.1.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/man/timew.1.in b/doc/man/timew.1.in index e93894e0..e5cceda9 100644 --- a/doc/man/timew.1.in +++ b/doc/man/timew.1.in @@ -76,6 +76,9 @@ Accepts date ranges and tags for filtering, or shortcut hints: $ timew day :week $ timew day :month +The 'reports.day.range' configuration setting overrides the default date range. +The default date range shown is ':day'. + For more details, and precise times, use the 'summary' report. See also 'week', 'month', 'summary'. @@ -126,6 +129,9 @@ Accepts date ranges and tags for filtering, or shortcut hints: $ timew month 1st - today $ timew month :week +The 'reports.month.range' configuration setting overrides the default date range. +The default date range shown is ':month'. + For more details, and precise times, use the 'summary' report. See also 'day', 'week', 'summary'. @@ -217,6 +223,9 @@ Accepts date ranges and tags for filtering, or shortcut hints: $ timew week $ timew week monday - today +The 'reports.week.range' configuration setting overrides the default date range. +The default date range shown is ':week'. + For more details, and precise times, use the 'summary' report. See also 'day', 'month', 'summary'.