Diff between bacc145f78285b486a9bd39175db743ad0c002b8 and f1d609e9aba089cd6b80de50241ec4a75e8c817b

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 a0c4a53..3b47f0a 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);
 		}
 	}