Docs: Added report.<type>.cell to the man page

This commit is contained in:
Paul Beckingham 2016-06-30 17:16:35 -04:00
parent 254d95cc41
commit 53d47106b4

View file

@ -596,6 +596,16 @@ Default value is 'off'.
The debug output prefix string.
Default value is '>>'.
.TP
.B reports.<type>.cell = 15
.br
Determines how many minutes are represented by a single character cell, for the
charts.
A value of '15' means that an hour is represented by 60/15, or 4 character cells.
Suitable values are the divisors of 60 (30, 20, 15, 12, ...).
Default value is '15'.
Type is one of 'month', 'week', 'day'.
.TP
.B reports.<type>.day = yes
.br