hints: Added :lastquarter

This commit is contained in:
Paul Beckingham 2016-06-06 20:31:45 -04:00
parent 28fe24eb10
commit 33f1239e93
4 changed files with 25 additions and 0 deletions

View file

@ -303,6 +303,7 @@ int CmdHelp (const CLI& cli)
<< " :year This year\n"
<< " :lastweek Last week\n"
<< " :lastmonth Last month\n"
<< " :lastquarter Last quarter\n"
<< '\n'
<< '\n';