Skip to content

Commit

Permalink
[cli] fix "ipaddr" and "ipmaddr" commands in debug cli
Browse files Browse the repository at this point in the history
This commit corrects "ipaddr" and "ipmaddr" commands used in debug cli
  • Loading branch information
lanyuwen committed May 6, 2024
1 parent ee83d45 commit 65f44e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7043,8 +7043,8 @@ template <> otError Interpreter::Process<Cmd("debug")>(Arg aArgs[])
"state",
"rloc16",
"extaddr",
"ipaddrs",
"ipmaddrs",
"ipaddr",
"ipmaddr",
"channel",
"panid",
"extpanid",
Expand Down

0 comments on commit 65f44e5

Please sign in to comment.