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

This commit is contained in:
Paul Beckingham 2016-07-16 11:24:51 -04:00
parent f23f7af46d
commit 02a03be0cc

View file

@ -367,6 +367,7 @@ int CmdHelp (const CLI& cli)
<< "Supported DOM references are:\n"
<< '\n'
<< " dom.active '1' if there is active tracking, otherwise '0'\n"
<< " dom.active.tag.count Count of active tags\n"
<< '\n'
<< '\n';