mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdHelp: Added :blank support notes
This commit is contained in:
parent
2763f7a977
commit
d995ff57b7
1 changed files with 12 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue