From ef9b1f32ba313c62354be83a3cbab1a2e7003620 Mon Sep 17 00:00:00 2001 From: Niclas Finne Date: Fri, 2 Nov 2018 15:19:27 +0100 Subject: [PATCH] Update os/services/shell/shell-commands.c Co-Authored-By: joakimeriksson --- os/services/shell/shell-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/services/shell/shell-commands.c b/os/services/shell/shell-commands.c index 0ec04c7c4..b72003683 100644 --- a/os/services/shell/shell-commands.c +++ b/os/services/shell/shell-commands.c @@ -871,7 +871,7 @@ const struct shell_command_t builtin_shell_commands[] = { #endif /* TSCH_WITH_SIXTOP */ #if LLSEC802154_ENABLED { "llsec-set-level", cmd_llsec_setlv, "'> llsec-set-level ': Set the level of link layer security (show if no lv argument)"}, - { "llsec-set-key", cmd_llsec_setkey, "'> llsec-set-key ': Set the key of link layer security (show if no id key argument)"}, + { "llsec-set-key", cmd_llsec_setkey, "'> llsec-set-key ': Set the key of link layer security"}, #endif /* LLSEC802154_ENABLED */ { NULL, NULL, NULL }, };