All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] client: add missing bracket for "ap <wlan> show"
@ 2021-03-05 11:51 Jonathan Liu
  2021-03-05 14:52 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2021-03-05 11:51 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 622 bytes --]

Fixes: 9659c936cd1f ("client: implement "ap <wlan> 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" },
 	{ "<wlan>", "stop", NULL,   cmd_stop, "Stop a started access\n"
 		"\t\t\t\t\t\t    point" },
-	{ "<wlan", "show", NULL, cmd_show, "Show AP info", false },
+	{ "<wlan>", "show", NULL, cmd_show, "Show AP info", false },
 	{ }
 };
 
-- 
2.30.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-05 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-05 11:51 [PATCH] client: add missing bracket for "ap <wlan> show" Jonathan Liu
2021-03-05 14:52 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.