From 965a283084be64ef313579e1832fb165a1663892 Mon Sep 17 00:00:00 2001 From: ERAMOTO Masaya Date: Fri, 6 Oct 2017 13:14:59 +0900 Subject: [PATCH] tools/btmgmt: Remove 'btmgmt' from stop-find usage Apply the similar change as 5c35029fad ("tools/btmgmt: Remove 'btmgmt' from help output") to stop-find usage. --- tools/btmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index 0f21f48da..c29c1cbb3 100644 --- a/tools/btmgmt.c +++ b/tools/btmgmt.c @@ -2370,7 +2370,7 @@ static void stop_find_rsp(uint8_t status, uint16_t len, const void *param, static void stop_find_usage(void) { - print("Usage: btmgmt stop-find [-l|-b]"); + print("Usage: stop-find [-l|-b]"); } static struct option stop_find_options[] = { -- 2.47.3