Browse Source

net: lib: Correct the wifi_cred command

Change wifi_cred to wifi cred.

Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
pull/88723/head
Kapil Bhatt 3 months ago committed by Benjamin Cabé
parent
commit
a9507729c7
  1. 2
      subsys/net/lib/wifi_credentials/wifi_credentials_shell.c

2
subsys/net/lib/wifi_credentials/wifi_credentials_shell.c

@ -358,7 +358,7 @@ static int cmd_add_network(const struct shell *sh, size_t argc, char *argv[]) @@ -358,7 +358,7 @@ static int cmd_add_network(const struct shell *sh, size_t argc, char *argv[])
static int cmd_delete_network(const struct shell *sh, size_t argc, char *argv[])
{
if (argc != 2) {
shell_print(sh, "Usage: wifi_cred delete \"network name\"");
shell_print(sh, "Usage: wifi cred delete \"network name\"");
return -EINVAL;
}

Loading…
Cancel
Save