From 5f06ec4982b38bfe213044f4d3f3118079546e89 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 8 Dec 2017 08:52:52 -0200 Subject: [PATCH] tools/bluetooth-player: Fix arg format for search command 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", "", cmd_search, "Search items containing string" }, { "queue", "", cmd_queue, "Add item to playlist queue" }, { "show-item", "", cmd_show_item, "Show item information" }, -- 2.47.3