diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index dd891b03..177262f3 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -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"