diff --git a/src/cli/cli.cpp b/src/cli/cli.cpp index 312b85948..d35bf3e12 100644 --- a/src/cli/cli.cpp +++ b/src/cli/cli.cpp @@ -1861,7 +1861,7 @@ template <> otError Interpreter::Process(Arg aArgs[]) OutputLine("interval: %lu", ToUlong(otChannelManagerGetAutoChannelSelectionInterval(GetInstancePtr()))); OutputLine("cca threshold: 0x%04x", otChannelManagerGetCcaFailureRateThreshold(GetInstancePtr())); OutputLine("supported: %s", supportedMask.ToString().AsCString()); - OutputLine("favored: %s", supportedMask.ToString().AsCString()); + OutputLine("favored: %s", favoredMask.ToString().AsCString()); } } /**