diff --git a/src/cli/cli.cpp b/src/cli/cli.cpp index 516941b0e3e..deaabc96fd5 100644 --- a/src/cli/cli.cpp +++ b/src/cli/cli.cpp @@ -567,7 +567,7 @@ template <> otError Interpreter::Process(Arg aArgs[]) else if (aArgs[0] == "state") { static const char *const kStateStrings[] = { - "Stopped" // (0) OT_BORDER_AGENT_STATE_STOPPED + "Stopped", // (0) OT_BORDER_AGENT_STATE_STOPPED "Started", // (1) OT_BORDER_AGENT_STATE_STARTED "Active", // (2) OT_BORDER_AGENT_STATE_ACTIVE };