CmdHelp: Added 'dom.tracked.N.tag.N' help

This commit is contained in:
Paul Beckingham 2016-07-16 15:44:00 -04:00
parent 4f8a1fcbc4
commit 740d91e1b4

View file

@ -378,6 +378,7 @@ int CmdHelp (const CLI& cli)
<< '\n'
<< " dom.tracked.count Count of tracked intervals\n"
<< " dom.tracked.1.tag.count Count of active tags\n"
<< " dom.tracked.1.tag.1 Tracked Nth, Nth tag\n"
<< '\n'
<< '\n';