summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-04-17 09:03:40 +0000
committerWolfram Sang <w.sang@pengutronix.de>2008-04-17 09:03:40 +0000
commitd6997fadbbbd3f22f78bfcdf04c64dcccd2abacb (patch)
tree09f468695412027edfa528463605986f9453e46d /scripts/kconfig
parent9b72871af921e85eb76ef0d8cd008a63f9d5b3ed (diff)
downloadptxdist-d6997fadbbbd3f22f78bfcdf04c64dcccd2abacb.tar.gz
ptxdist-d6997fadbbbd3f22f78bfcdf04c64dcccd2abacb.tar.xz
* be precise when giving advice to the user
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8048 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'scripts/kconfig')
-rw-r--r--scripts/kconfig/mconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index f15e397f8..f3056b043 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -893,7 +893,7 @@ int main(int ac, char **av)
case -1:
printf(_("\n\n"
"*** End of project configuration.\n"
- "*** Execute 'make' to build the project or try 'make help'."
+ "*** Execute 'ptxdist go' to build the project or try 'ptxdist help'."
"\n\n"));
break;
default: