mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1307
- TW-1307 burndown is aliased to burndown.weekly (thanks to darkfeline).
This commit is contained in:
parent
3afaa2fd0b
commit
6ad9ef78ba
3 changed files with 5 additions and 3 deletions
1
AUTHORS
1
AUTHORS
|
@ -208,3 +208,4 @@ suggestions:
|
|||
Jeremiah Marks
|
||||
Profpatsch
|
||||
Bernd Humpa
|
||||
darkfeline
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
- TW-1301 Virtual tag +PENDING (thanks to Profpatsch).
|
||||
- TW-1302 CmdShow.cpp:244: bad length in substr ? (thanks to David Binderman).
|
||||
- TW-1304 Minor build and install fix for NetBSD (thanks to atomicules).
|
||||
- TW-1307 burndown is aliased to burndown.weekly (thanks to darkfeline).
|
||||
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
|
||||
'affected' verbosity tokens.
|
||||
- Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity
|
||||
|
|
|
@ -129,12 +129,12 @@ Shows all tasks matching the filter, that block other tasks.
|
|||
|
||||
.TP
|
||||
.B task <filter> burndown.daily
|
||||
Shows a graphical burndown chart, by day. Note that 'burndown' is an alias to
|
||||
the 'burndown.daily' report.
|
||||
Shows a graphical burndown chart, by day.
|
||||
|
||||
.TP
|
||||
.B task <filter> burndown.weekly
|
||||
Shows a graphical burndown chart, by week.
|
||||
Shows a graphical burndown chart, by week. Note that 'burndown' is an alias to
|
||||
the 'burndown.weekly' report.
|
||||
|
||||
.TP
|
||||
.B task <filter> burndown.monthly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue