Docs: Added reports.<type>.range description

This commit is contained in:
Paul Beckingham 2016-05-28 15:17:32 -04:00
parent c7799cc89d
commit 0b7bc66eba

View file

@ -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'.