From a88c058d93fda6a6de439b857e57ec4248fe49d4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 19 May 2016 10:07:29 -0500 Subject: [PATCH] Docs: Added month report settings --- doc/man/timew.1.in | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/doc/man/timew.1.in b/doc/man/timew.1.in index f23df9df..5eec06bb 100644 --- a/doc/man/timew.1.in +++ b/doc/man/timew.1.in @@ -129,7 +129,7 @@ Quotes are harmless if used unnecessarily. See also 'continue', 'stop', 'track'. .TP .B timew stop [ ...] -Stops tracking time. If tags are specified, then they are no longer tracked. +Stops tracking time. If tags are specified, then they are no longer tracked. If no tags are specified, all tracking stops. For example: $ timew start tag1 tag2 @@ -223,7 +223,7 @@ Timewarrior stores its configuration in a file in the user's home directory: This file contains a mix of rules and configuration settings. The values 'true', '1', 'y', 'yes' and 'on' are all equivalent and enable a -setting. Any other value means disable the setting. +setting. Any other value means disable the setting. .TP .B confirmation = yes @@ -241,19 +241,37 @@ Default value is 'off'. .B reports.day.24hours = off .br Determines whether the day report shows all 24 hours in a day, or is limited -to only hours where data is tracked. Default value is 'off'. +to only hours where data is tracked. Default value is 'off'. .TP .B reports.day.spacing = 1 .br Specifies how many spaces are inserted between the hours in the day report -exclusions. A value of '0' give a move compact report. Default value is '1'. +exclusions. A value of '0' give a move compact report. Default value is '1'. .TP .B reports.day.style = compact .br The 'compact' style puts the hour markers inside the exclusion blocks. +.TP +.B reports.month.24hours = off +.br +Determines whether the day report shows all 24 hours in a day, or is limited +to only hours where data is tracked. Default value is 'off'. + +.TP +.B reports.month.spacing = 1 +.br +Specifies how many spaces are inserted between the hours in the day report +exclusions. A value of '0' give a move compact report. Default value is '1'. + +.TP +.B reports.month.lines = 1 +.br +Determines how many lines are used to render each day on the month report. +Default value is '1'. + .TP .B verbose = yes Determines whether Timewarrior generates feedbac.