Skip to content

Commit 310f1ea

Browse files
committed
[finsh] Fixed RT-Thread spelling
1 parent be892de commit 310f1ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/finsh/cmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ long version(void)
5555

5656
return 0;
5757
}
58-
MSH_CMD_EXPORT(version, show RT - Thread version information);
58+
MSH_CMD_EXPORT(version, show RT-Thread version information);
5959

6060
rt_inline void object_split(int len)
6161
{

components/finsh/msh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int msh_help(int argc, char **argv)
5252

5353
return 0;
5454
}
55-
MSH_CMD_EXPORT_ALIAS(msh_help, help, RT - Thread shell help.);
55+
MSH_CMD_EXPORT_ALIAS(msh_help, help, RT-Thread shell help.);
5656

5757
#ifdef MSH_USING_BUILT_IN_COMMANDS
5858
int cmd_ps(int argc, char **argv)

0 commit comments

Comments
 (0)