From fe6f4153c5ee8d44c0d1228f43a759a2ad8fd74c Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Fri, 5 Mar 2021 22:51:25 +1100 Subject: [PATCH] client: add missing bracket for "ap show" Fixes: 9659c936cd1f ("client: implement "ap show"") --- client/ap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ap.c b/client/ap.c index b0386c60..0f14e9b8 100644 --- a/client/ap.c +++ b/client/ap.c @@ -310,7 +310,7 @@ static const struct command ap_commands[] = { "Start an access point based on a disk profile" }, { "", "stop", NULL, cmd_stop, "Stop a started access\n" "\t\t\t\t\t\t point" }, - { "", "show", NULL, cmd_show, "Show AP info", false }, { } };