net: lib: Correct the wifi_cred command
Change wifi_cred to wifi cred. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
This commit is contained in:
parent
2ccc3ce6aa
commit
a9507729c7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue