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 0f21f48..c29c1cb 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.7.4 -- 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