From c95950e00631a8eff3f8b554e1b44187a7b1dfc0 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 30 Mar 2020 10:23:16 -0700 Subject: [PATCH] btmgmt: Fix irks command parsing btshell does not allow use of nested parameter delimiters. --- tools/btmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index b1820b41c..37c1c1c9e 100644 --- a/tools/btmgmt.c +++ b/tools/btmgmt.c @@ -4455,7 +4455,7 @@ static const struct bt_shell_menu main_menu = { cmd_keys, "Load Link Keys" }, { "ltks", NULL, cmd_ltks, "Load Long Term Keys" }, - { "irks", "[--local ] [--file ]", + { "irks", "[--local index] [--file file path]", cmd_irks, "Load Identity Resolving Keys" }, { "block", "[-t type] ", cmd_block, "Block Device" }, -- 2.47.3