From 310f1ea4fa8a0bacd40929becdbabe81e1ec666e Mon Sep 17 00:00:00 2001 From: guozhanxin Date: Tue, 29 Mar 2022 14:41:08 +0800 Subject: [PATCH] [finsh] Fixed RT-Thread spelling --- components/finsh/cmd.c | 2 +- components/finsh/msh.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/finsh/cmd.c b/components/finsh/cmd.c index 8fd03e3126..6e86d9214a 100644 --- a/components/finsh/cmd.c +++ b/components/finsh/cmd.c @@ -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) { diff --git a/components/finsh/msh.c b/components/finsh/msh.c index bb649549d4..5272f0728a 100644 --- a/components/finsh/msh.c +++ b/components/finsh/msh.c @@ -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)