summaryrefslogtreecommitdiffstats
path: root/scripts/ptx-modifications/0006-mconf-fix-comment-on-exit.patch
blob: 1d431364eeb58503e80e66047e68f227facdbc15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Sat, 13 Oct 2012 10:39:47 +0200
Subject: [PATCH] mconf: fix comment on exit

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 scripts/kconfig/mconf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 26a330881282..360db50fcd30 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -975,7 +975,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 'ptxdist go' to build the project or try 'ptxdist help'."
 				 "\n\n"));
 		res = 0;
 		break;