diff --git a/tools/kconfig-frontends/frontends/mconf/mconf.c b/tools/kconfig-frontends/frontends/mconf/mconf.c index 23b19fe951..98b719350c 100644 --- a/tools/kconfig-frontends/frontends/mconf/mconf.c +++ b/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;