mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
docs: Fix documented default value of burndown.cumulative
The default is actually 1, not 0.
This commit is contained in:
parent
57fba23217
commit
6908586899
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ any of the commands. Several commands you may use are actually aliases -
|
||||||
the 'history' report, for example, or 'export'.
|
the 'history' report, for example, or 'export'.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B burndown.cumulative=0
|
.B burndown.cumulative=1
|
||||||
May be "1" or "0", and controls the behaviour of the burndown command. When set
|
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
|
to 1, it sums up all completed tasks, otherwise they only get plotted in the
|
||||||
interval where the task was completed. Defaults to 1.
|
interval where the task was completed. Defaults to 1.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue