Diff between bd611d833c0b1b4e8d2260b5570629a265138842 and 127a07fd0d3b9d681f294fa9ee8d8700f235a5ad

Changed Files

File Additions Deletions Status
tools/btmgmt.c +1 -1 modified

Full Patch

diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index 12c270a..0ae3169 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 }