Skip to content

Commit f24cb62

Browse files
kartbenfabiobaltieri
authored andcommitted
usbc: fix typo in shell usage string
statuc->status Authored-By: Markus Becker <[email protected]> Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 7adeac1 commit f24cb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb_c/ppc/shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(sub_ppc_cmds,
123123
cmd_ppc_dump, 1, 1),
124124
SHELL_CMD_ARG(status, &list_device_names,
125125
"Write PPC power status\n"
126-
"Usage: ppc statuc [<ppc device>]",
126+
"Usage: ppc status [<ppc device>]",
127127
cmd_ppc_status, 1, 1),
128128
SHELL_CMD_ARG(exitdb, &list_device_names,
129129
"Exit from the dead battery mode\n"

0 commit comments

Comments
 (0)