Diff between 651a5c1e1bab74596522cd784a9f1f894a89586c and 42bf2a760b41a281a97c8d7fdeeb74c19b655414
Changed Files
| File | Additions | Deletions | Status |
| tools/btgatt-client.c | +2 | -2 | modified |
Full Patch
diff --git a/tools/btgatt-client.c b/tools/btgatt-client.c
index a76edb8..f97963e 100644
--- a/tools/btgatt-client.c
+++ b/tools/btgatt-client.c
@@ -1190,10 +1190,10 @@ static void cmd_unregister_notify(struct client *cli, char *cmd_str)
static void set_security_usage(void)
{
- printf("Usage: set_security <level>\n"
+ printf("Usage: set-security <level>\n"
"level: 1-3\n"
"e.g.:\n"
- "\tset-sec-level 2\n");
+ "\tset-security 2\n");
}
static void cmd_set_security(struct client *cli, char *cmd_str)