From 42bf2a760b41a281a97c8d7fdeeb74c19b655414 Mon Sep 17 00:00:00 2001 From: Maxime Chevallier Date: Thu, 22 Dec 2016 11:36:05 +0100 Subject: [PATCH] tools/btgatt-client: Update set-security usage --- tools/btgatt-client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/btgatt-client.c b/tools/btgatt-client.c index a76edb867..f97963ecc 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 \n" + printf("Usage: set-security \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) -- 2.47.3