[finsh] Fixed RT-Thread spelling

This commit is contained in:
guozhanxin 2022-03-29 14:41:08 +08:00
parent be892de35a
commit 310f1ea4fa
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ long version(void)
return 0;
}
MSH_CMD_EXPORT(version, show RT - Thread version information);
MSH_CMD_EXPORT(version, show RT-Thread version information);
rt_inline void object_split(int len)
{

View File

@ -52,7 +52,7 @@ int msh_help(int argc, char **argv)
return 0;
}
MSH_CMD_EXPORT_ALIAS(msh_help, help, RT - Thread shell help.);
MSH_CMD_EXPORT_ALIAS(msh_help, help, RT-Thread shell help.);
#ifdef MSH_USING_BUILT_IN_COMMANDS
int cmd_ps(int argc, char **argv)