mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Cmdhelp: Added reports.<type>.range description
This commit is contained in:
parent
0b7bc66eba
commit
0b0860accd
1 changed files with 9 additions and 0 deletions
|
@ -173,6 +173,9 @@ int CmdHelp (const CLI& cli)
|
|||
<< " $ timew day :week\n"
|
||||
<< " $ timew day :month\n"
|
||||
<< '\n'
|
||||
<< "The 'reports.day.range' configuration setting overrides the default date range.\n"
|
||||
<< "The default date range shown is ':day'.\n"
|
||||
<< '\n'
|
||||
<< "For more details, and precise times, use the 'summary' report.\n"
|
||||
<< '\n'
|
||||
<< "See also 'week', 'month', 'summary'.\n"
|
||||
|
@ -328,6 +331,9 @@ int CmdHelp (const CLI& cli)
|
|||
<< " $ timew month 1st - today\n"
|
||||
<< " $ timew month :week\n"
|
||||
<< '\n'
|
||||
<< "The 'reports.month.range' configuration setting overrides the default date range.\n"
|
||||
<< "The default date range shown is ':month'.\n"
|
||||
<< '\n'
|
||||
<< "For more details, and precise times, use the 'summary' report.\n"
|
||||
<< '\n'
|
||||
<< "See also 'day', 'week', 'summary'.\n"
|
||||
|
@ -450,6 +456,9 @@ int CmdHelp (const CLI& cli)
|
|||
<< " $ timew week\n"
|
||||
<< " $ timew week monday - today\n"
|
||||
<< '\n'
|
||||
<< "The 'reports.week.range' configuration setting overrides the default date range.\n"
|
||||
<< "The default date range shown is ':week'.\n"
|
||||
<< '\n'
|
||||
<< "For more details, and precise times, use the 'summary' report.\n"
|
||||
<< '\n'
|
||||
<< "See also 'day', 'month', 'summary'.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue