Skip to content

Commit b98bb66

Browse files
kapbhgithub-actions[bot]
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]> (cherry picked from commit 0f0ac07)
1 parent ca4a4a0 commit b98bb66

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)