summaryrefslogtreecommitdiff
path: root/tools/bluetooth-player.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-12-08 08:52:52 -0200
committerJohan Hedberg <johan.hedberg@intel.com>2017-12-08 13:06:16 +0200
commit5f06ec4982b38bfe213044f4d3f3118079546e89 (patch)
treee0fc7599e465de9498f15717eaa1bcbd078f7e87 /tools/bluetooth-player.c
parenta469cdb8be01179a5b9e1b255a8bc32c971fcaf5 (diff)
downloadbluez-5f06ec4982b38bfe213044f4d3f3118079546e89.tar.gz
tools/bluetooth-player: Fix arg format for search command
Mandatory command should always be quoted with <>.
Diffstat (limited to 'tools/bluetooth-player.c')
-rw-r--r--tools/bluetooth-player.c2
1 files changed, 1 insertions, 1 deletions
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" },