From 15554908ce03ab52ccc727651df93d5e98419172 Mon Sep 17 00:00:00 2001 From: Markus Becker Date: Mon, 24 Apr 2023 16:15:39 +0200 Subject: [PATCH] ot cli command is called networkkey now (#26210) See https://github.com/openthread/openthread/blob/main/src/cli/README.md#networkkey --- docs/guides/nrfconnect_examples_cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/nrfconnect_examples_cli.md b/docs/guides/nrfconnect_examples_cli.md index 91b633287db737..5d785ef15d594c 100644 --- a/docs/guides/nrfconnect_examples_cli.md +++ b/docs/guides/nrfconnect_examples_cli.md @@ -83,7 +83,7 @@ available options for the given command. are accessible from the shell, but they must preceded by `ot`. For example: ```shell -uart:~$ ot masterkey +uart:~$ ot networkkey 00112233445566778899aabbccddeeff Done ```