CmdHelp: Added :yesterday to man page

This commit is contained in:
Paul Beckingham 2016-04-22 22:40:21 -04:00
parent d0074bd964
commit ae1b73bae5

View file

@ -235,7 +235,8 @@ int CmdHelp (const CLI& cli)
<< " :color Force color on, even if not connected to a TTY\n"
<< " :nocolor Force color off, even if connected to a TTY\n"
<< "\n"
<< " :day The 24-hours of the current day\n"
<< " :yesterday The 24 hours of the previous day\n"
<< " :day The 24 hours of the current day\n"
<< " :week This week\n"
<< " :month This month\n"
<< " :quarter This quarter\n"