[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.
This commit is contained in:
parent
c8790c72e4
commit
dee82b8a26
@ -994,7 +994,7 @@ static int handle_exit(void)
|
|||||||
if (!silent)
|
if (!silent)
|
||||||
printf(_("\n\n"
|
printf(_("\n\n"
|
||||||
"*** End of the configuration.\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"));
|
"\n\n"));
|
||||||
res = 0;
|
res = 0;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user