From f1d609e9aba089cd6b80de50241ec4a75e8c817b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 23 Jul 2014 10:42:33 +0200 Subject: [PATCH] tools: Fix usage for del-device command --- tools/btmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index a0c4a53a8..3b47f0a7d 100644 --- a/tools/btmgmt.c +++ b/tools/btmgmt.c @@ -2798,7 +2798,7 @@ static void cmd_del_device(struct mgmt *mgmt, uint16_t index, break; case 'h': default: - add_device_usage(); + del_device_usage(); exit(EXIT_SUCCESS); } } -- 2.47.3