CmdHelp: Added 'dom.tag.count' help

This commit is contained in:
Paul Beckingham 2016-07-16 12:36:06 -04:00
parent 3b789629d7
commit 29b086b315

View file

@ -371,6 +371,7 @@ int CmdHelp (const CLI& cli)
<< " dom.active.tag.1 Active Nth tag\n"
<< " dom.active.start Active start timestamp (ISO Extended local date)\n"
<< " dom.active.duration Active elapsed (ISO Period)\n"
<< " dom.tag.count Total tag count\n"
<< '\n'
<< '\n';