From 127a07fd0d3b9d681f294fa9ee8d8700f235a5ad Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 8 Nov 2012 11:24:45 +0200 Subject: [PATCH] btmgmt: Fix rm-uuid command --- tools/btmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index 12c270afa..0ae31695a 100644 --- a/tools/btmgmt.c +++ b/tools/btmgmt.c @@ -1869,7 +1869,7 @@ static struct { { "block", cmd_block, "Block Device" }, { "unblock", cmd_unblock, "Unblock Device" }, { "add-uuid", cmd_add_uuid, "Add UUID" }, - { "rm-uuid", cmd_add_uuid, "Remove UUID" }, + { "rm-uuid", cmd_remove_uuid, "Remove UUID" }, { "clr-uuids", cmd_clr_uuids, "Clear UUIDs", }, { "did", cmd_did, "Set Device ID", }, { NULL, NULL, 0 } -- 2.47.3