[finsh] Fixed RT-Thread spelling
This commit is contained in:
parent
be892de35a
commit
310f1ea4fa
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue