We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be892de commit 310f1eaCopy full SHA for 310f1ea
components/finsh/cmd.c
@@ -55,7 +55,7 @@ long version(void)
55
56
return 0;
57
}
58
-MSH_CMD_EXPORT(version, show RT - Thread version information);
+MSH_CMD_EXPORT(version, show RT-Thread version information);
59
60
rt_inline void object_split(int len)
61
{
components/finsh/msh.c
@@ -52,7 +52,7 @@ int msh_help(int argc, char **argv)
52
53
54
-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)
0 commit comments