brbzull0 commented on code in PR #12603:
URL: https://github.com/apache/trafficserver/pull/12603#discussion_r2454753042
##########
src/traffic_ctl/traffic_ctl.cc:
##########
@@ -88,6 +88,7 @@ main([[maybe_unused]] int argc, const char **argv)
auto &storage_command = parser.add_command("storage", "Manipulate cache
storage").require_commands();
auto &plugin_command = parser.add_command("plugin", "Interact with
plugins").require_commands();
auto &host_command = parser.add_command("host", "Interact with host
status").require_commands();
+ auto &hostdb_command = parser.add_command("hostdb", "Interact with host
status").require_commands();
Review Comment:
should this be `Interact with HostDB status`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]