Skip to content

Commit a950772

Browse files
kapbhkartben
authored andcommitted
net: lib: Correct the wifi_cred command
Change wifi_cred to wifi cred. Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 2ccc3ce commit a950772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/lib/wifi_credentials/wifi_credentials_shell.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ static int cmd_add_network(const struct shell *sh, size_t argc, char *argv[])
358358
static int cmd_delete_network(const struct shell *sh, size_t argc, char *argv[])
359359
{
360360
if (argc != 2) {
361-
shell_print(sh, "Usage: wifi_cred delete \"network name\"");
361+
shell_print(sh, "Usage: wifi cred delete \"network name\"");
362362
return -EINVAL;
363363
}
364364

0 commit comments

Comments
 (0)