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 }, };