CmdHelp: Added :blank support notes

This commit is contained in:
Paul Beckingham 2016-05-29 16:41:05 -04:00
parent 2763f7a977
commit d995ff57b7

View file

@ -179,6 +179,9 @@ int CmdHelp (const CLI& cli)
<< "The 'reports.day.range' configuration setting overrides the default date range.\n"
<< "The default date range shown is ':day'.\n"
<< '\n'
<< "The ':blank' hint causes only the excluded time to be shown, with no tracked\n"
<< "time.\n"
<< '\n'
<< "For more details, and precise times, use the 'summary' report.\n"
<< '\n'
<< "See also 'week', 'month', 'summary'.\n"
@ -235,6 +238,9 @@ int CmdHelp (const CLI& cli)
<< "The 'reports.gaps.range' configuration setting overrides the default date range.\n"
<< "The default date range shown is ':day'.\n"
<< '\n'
<< "The ':blank' hint causes only the excluded time to be shown, with no tracked\n"
<< "time.\n"
<< '\n'
<< "See also 'summary'.\n"
<< '\n';
@ -337,6 +343,9 @@ int CmdHelp (const CLI& cli)
<< "The 'reports.month.range' configuration setting overrides the default date range.\n"
<< "The default date range shown is ':month'.\n"
<< '\n'
<< "The ':blank' hint causes only the excluded time to be shown, with no tracked\n"
<< "time.\n"
<< '\n'
<< "For more details, and precise times, use the 'summary' report.\n"
<< '\n'
<< "See also 'day', 'week', 'summary'.\n"
@ -462,6 +471,9 @@ int CmdHelp (const CLI& cli)
<< "The 'reports.week.range' configuration setting overrides the default date range.\n"
<< "The default date range shown is ':week'.\n"
<< '\n'
<< "The ':blank' hint causes only the excluded time to be shown, with no tracked\n"
<< "time.\n"
<< '\n'
<< "For more details, and precise times, use the 'summary' report.\n"
<< '\n'
<< "See also 'day', 'month', 'summary'.\n"