mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
client: add missing bracket for "ap <wlan> show"
Fixes: 9659c936cd
("client: implement "ap <wlan> show"")
This commit is contained in:
parent
66b4723216
commit
fe6f4153c5
@ -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 },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user