From 4b609b812fdcd042dc99cd201aeb18d598baa7b8 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 8 Jun 2011 09:59:20 +0900 Subject: [PATCH] Add "quit" to gatttool supported commands --- attrib/interactive.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/attrib/interactive.c b/attrib/interactive.c index 9a5564199..a77236299 100644 --- a/attrib/interactive.c +++ b/attrib/interactive.c @@ -718,6 +718,8 @@ static struct { "Show this help"}, { "exit", cmd_exit, "", "Exit interactive mode" }, + { "quit", cmd_exit, "", + "Exit interactive mode" }, { "connect", cmd_connect, "[address]", "Connect to a remote device" }, { "disconnect", cmd_disconnect, "", -- 2.47.3