mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 01:44:41 +08:00
[finsh] Fixed RT-Thread spelling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user