mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/nsh: fix switchboot command spelling error
modify swtichboot -> switchboot Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
This commit is contained in:
parent
c3b5c6cedf
commit
2bc4bdadee
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ static const struct cmdmap_s g_cmdmap[] =
|
|||
#endif
|
||||
|
||||
#if defined(CONFIG_BOARDCTL_SWITCH_BOOT) && !defined(CONFIG_NSH_DISABLE_SWITCHBOOT)
|
||||
CMD_MAP("swtichboot", cmd_switchboot, 2, 2, "<image path>"),
|
||||
CMD_MAP("switchboot", cmd_switchboot, 2, 2, "<image path>"),
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_NSH_DISABLESCRIPT) && !defined(CONFIG_NSH_DISABLE_TEST)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue