From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Mandatory command should always be quoted with <>. --- tools/bluetooth-player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c index f13d8187f..92235ac8e 100644 --- a/tools/bluetooth-player.c +++ b/tools/bluetooth-player.c @@ -967,7 +967,7 @@ static const struct bt_shell_menu main_menu = { "Change current folder" }, { "list-items", "[start] [end]", cmd_list_items, "List items of current folder" }, - { "search", "string", cmd_search, + { "search", "<string>", cmd_search, "Search items containing string" }, { "queue", "<item>", cmd_queue, "Add item to playlist queue" }, { "show-item", "<item>", cmd_show_item, "Show item information" }, -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html