mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdHelp: Added reports.gaps.range description
This commit is contained in:
parent
d52d92f4b8
commit
906b115570
1 changed files with 7 additions and 2 deletions
|
@ -226,6 +226,9 @@ int CmdHelp (const CLI& cli)
|
|||
<< '\n'
|
||||
<< "Displays a summary of time that is neither tracked, nor excluded from tracking.\n"
|
||||
<< '\n'
|
||||
<< "The 'reports.gaps.range' configuration setting overrides the default date range.\n"
|
||||
<< "The default date range shown is ':day'.\n"
|
||||
<< '\n'
|
||||
<< "See also 'summary'.\n"
|
||||
<< '\n';
|
||||
|
||||
|
@ -266,6 +269,10 @@ int CmdHelp (const CLI& cli)
|
|||
<< " :color Force color on, even if not connected to a TTY\n"
|
||||
<< " :nocolor Force color off, even if connected to a TTY\n"
|
||||
<< " :blank Leaves tracked time out of a report\n"
|
||||
<< " :fill Expand time to fill surrounding available gap\n"
|
||||
<< " Only functions when exclusions are provided\n"
|
||||
<< '\n'
|
||||
<< "Range hints provide convenient shortcuts to date ranges:\n"
|
||||
<< '\n'
|
||||
<< " :yesterday The 24 hours of the previous day\n"
|
||||
<< " :day The 24 hours of the current day\n"
|
||||
|
@ -275,8 +282,6 @@ int CmdHelp (const CLI& cli)
|
|||
<< " :year This year\n"
|
||||
<< " :lastweek Last week\n"
|
||||
<< '\n'
|
||||
<< " :fill Expand time to fill surrounding available gap\n"
|
||||
<< " Only functions when exclusions are provided\n"
|
||||
<< '\n';
|
||||
|
||||
// Ruler 1 2 3 4 5 6 7 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue