diff --git a/subsys/bluetooth/host/mesh/shell.c b/subsys/bluetooth/host/mesh/shell.c index ed1f44d85f3..5f224474b8c 100644 --- a/subsys/bluetooth/host/mesh/shell.c +++ b/subsys/bluetooth/host/mesh/shell.c @@ -1769,7 +1769,7 @@ static const struct shell_cmd mesh_commands[] = { { "friend", cmd_friend, "[val: off, on]" }, { "gatt-proxy", cmd_gatt_proxy, "[val: off, on]" }, { "relay", cmd_relay, "[val: off, on] [count: 0-7] [interval: 0-32]" }, - { "app-key-add", cmd_app_key_add, " " }, + { "app-key-add", cmd_app_key_add, " [val]" }, { "mod-app-bind", cmd_mod_app_bind, " [Company ID]" }, { "mod-pub", cmd_mod_pub, " [cid] [ " @@ -1789,13 +1789,13 @@ static const struct shell_cmd mesh_commands[] = { /* Health Client Model Operations */ { "fault-get", cmd_fault_get, "" }, { "fault-clear", cmd_fault_clear, "" }, - { "fault-clear-unack", cmd_fault_clear_unack, "Company ID>" }, + { "fault-clear-unack", cmd_fault_clear_unack, "" }, { "fault-test", cmd_fault_test, " " }, { "fault-test-unack", cmd_fault_test_unack, " " }, - { "period-get", cmd_period_get, "" }, + { "period-get", cmd_period_get, NULL }, { "period-set", cmd_period_set, "" }, { "period-set-unack", cmd_period_set_unack, "" }, - { "attention-get", cmd_attention_get, "" }, + { "attention-get", cmd_attention_get, NULL }, { "attention-set", cmd_attention_set, "" }, { "attention-set-unack", cmd_attention_set_unack, "" },