docs: Fix documented default value of burndown.cumulative

The default is actually 1, not 0.
This commit is contained in:
Tomas Babej 2021-09-25 15:57:36 -04:00
parent 57fba23217
commit 6908586899

View file

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