CmdHelp: Added 'dom.active.tags.N' help

This commit is contained in:
Paul Beckingham 2016-07-16 11:48:36 -04:00
parent 08d37fdd65
commit 099cdfff6c

View file

@ -368,6 +368,7 @@ int CmdHelp (const CLI& cli)
<< '\n'
<< " dom.active '1' if there is active tracking, otherwise '0'\n"
<< " dom.active.tag.count Count of active tags\n"
<< " dom.active.tag.1 Active first tag\n"
<< '\n'
<< '\n';