Cmdhelp: Added reports.<type>.range description

This commit is contained in:
Paul Beckingham 2016-05-28 15:17:48 -04:00
parent 0b7bc66eba
commit 0b0860accd

View file

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