浏览代码

[tools] Correct prompt message

After running "menuconfig", a message prompting you to
run "make" appears, which can be confusing.  Correct
prompt message to make it clear.
1ridic 1 年之前
父节点
当前提交
dee82b8a26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/kconfig-frontends/frontends/mconf/mconf.c

+ 1 - 1
tools/kconfig-frontends/frontends/mconf/mconf.c

@@ -994,7 +994,7 @@ static int handle_exit(void)
         if (!silent)
             printf(_("\n\n"
                  "*** End of the configuration.\n"
-                 "*** Execute 'make' to start the build or try 'make help'."
+                 "*** Execute 'scons' to start the build or try 'scons --help'."
                  "\n\n"));
         res = 0;
         break;