Message ID | 20200330173006.12785-1-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ,1/2] btmgmt: Fix irks command parsing | expand |
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 <index>] [--file <file path>]", + { "irks", "[--local index] [--file file path]", cmd_irks, "Load Identity Resolving Keys" }, { "block", "[-t type] <remote address>", cmd_block, "Block Device" },
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> btshell does not allow use of nested parameter delimiters. --- tools/btmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)