diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index 0663d27e..1f57173a 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -369,7 +369,8 @@ int CmdHelp (const CLI& cli) << " 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 Nth tag\n" - << " dom.active.start Active start timestamp (YYYY-MM-DDTHH:MM:SS)\n" + << " dom.active.start Active start timestamp (ISO Extended local date)\n" + << " dom.active.duration Active elapsed (ISO Period)\n" << '\n' << '\n';