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:
Kapil Bhatt 2025-04-15 21:32:41 +05:30 committed by Benjamin Cabé
commit a9507729c7

View file

@ -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;
}