Skip to content

Commit 241374e

Browse files
Akash PatelMaureenHelm
authored andcommitted
samples: flash_shell: fix SHELL_CMD_REGISTER typo
help parameter inside of SHELL_CMD_REGISTER contained a typo Signed-off-by: Akash Patel <[email protected]>
1 parent 793e2c1 commit 241374e

File tree

1 file changed

+1
-1
lines changed
  • samples/drivers/flash_shell/src

1 file changed

+1
-1
lines changed

samples/drivers/flash_shell/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,4 +772,4 @@ SHELL_STATIC_SUBCMD_SET_CREATE(sub_flash,
772772
SHELL_SUBCMD_SET_END /* Array terminated. */
773773
);
774774

775-
SHELL_CMD_REGISTER(flash, &sub_flash, "Flash realated commands.", NULL);
775+
SHELL_CMD_REGISTER(flash, &sub_flash, "Flash related commands.", NULL);

0 commit comments

Comments
 (0)