From: Jonathan Liu <net147@gmail.com>
To: iwd@lists.01.org
Subject: [PATCH] client: add missing bracket for "ap <wlan> show"
Date: Fri, 05 Mar 2021 22:51:25 +1100 [thread overview]
Message-ID: <20210305115125.678039-1-net147@gmail.com> (raw)
[-- 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
next reply other threads:[~2021-03-05 11:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-05 11:51 Jonathan Liu [this message]
2021-03-05 14:52 ` [PATCH] client: add missing bracket for "ap <wlan> show" Denis Kenzior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210305115125.678039-1-net147@gmail.com \
--to=net147@gmail.com \
--cc=iwd@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.