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:
committed by
Benjamin Cabé
parent
2ccc3ce6aa
commit
a9507729c7
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user