Skip to content

Commit 3dcb248

Browse files
kapbhkrish2718
authored andcommitted
[nrf fromlist] net: lib: Correct the wifi_cred command
Change wifi_cred to wifi cred. Upstream PR #: 88674 Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 1ff05b4 commit 3dcb248

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ static int cmd_add_network(const struct shell *sh, size_t argc, char *argv[])
272272
static int cmd_delete_network(const struct shell *sh, size_t argc, char *argv[])
273273
{
274274
if (argc != 2) {
275-
shell_print(sh, "Usage: wifi_cred delete \"network name\"");
275+
shell_print(sh, "Usage: wifi cred delete \"network name\"");
276276
return -EINVAL;
277277
}
278278

0 commit comments

Comments
 (0)