--- 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 afe00aa..615c805 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) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html