提交 32a6f5b7 编写于 作者: B bernard

[Finsh] remove the .mo display when command is not found.

上级 6c319002
......@@ -242,7 +242,7 @@ int msh_exec_module(char* cmd_line, int size)
}
else
{
rt_kprintf("%s: program not found.\n", pg_name);
rt_kprintf("%s: program not found.\n", cmd_line);
}
rt_free(pg_name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册