From 6908586899a2399953ace4ec376f7af1267055a5 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 25 Sep 2021 15:57:36 -0400 Subject: [PATCH] docs: Fix documented default value of burndown.cumulative The default is actually 1, not 0. --- doc/man/taskrc.5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in index 3d629bc59..ef39ba089 100644 --- a/doc/man/taskrc.5.in +++ b/doc/man/taskrc.5.in @@ -550,7 +550,7 @@ any of the commands. Several commands you may use are actually aliases - the 'history' report, for example, or 'export'. .TP -.B burndown.cumulative=0 +.B burndown.cumulative=1 May be "1" or "0", and controls the behaviour of the burndown command. When set to 1, it sums up all completed tasks, otherwise they only get plotted in the interval where the task was completed. Defaults to 1.