diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index 52c15a6d..051a250e 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -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';