wpa_cli: Fix a typo in usage text
Signed-off-by: Ola Olsson <ola.olsson@sonymobile.com>
This commit is contained in:
parent
a20a3616cd
commit
4839f7c768
1 changed files with 1 additions and 1 deletions
|
@ -2976,7 +2976,7 @@ static struct wpa_cli_cmd wpa_cli_commands[] = {
|
||||||
{ "get_capability", wpa_cli_cmd_get_capability, NULL,
|
{ "get_capability", wpa_cli_cmd_get_capability, NULL,
|
||||||
cli_cmd_flag_none,
|
cli_cmd_flag_none,
|
||||||
"<eap/pairwise/group/key_mgmt/proto/auth_alg/channels/freq/modes> "
|
"<eap/pairwise/group/key_mgmt/proto/auth_alg/channels/freq/modes> "
|
||||||
"= get capabilies" },
|
"= get capabilities" },
|
||||||
{ "reconfigure", wpa_cli_cmd_reconfigure, NULL,
|
{ "reconfigure", wpa_cli_cmd_reconfigure, NULL,
|
||||||
cli_cmd_flag_none,
|
cli_cmd_flag_none,
|
||||||
"= force wpa_supplicant to re-read its configuration file" },
|
"= force wpa_supplicant to re-read its configuration file" },
|
||||||
|
|
Loading…
Reference in a new issue