summaryrefslogtreecommitdiff
path: root/kconfig/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/conf.c')
-rw-r--r--kconfig/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c
index 60bdf44..0a2227e 100644
--- a/kconfig/conf.c
+++ b/kconfig/conf.c
@@ -510,8 +510,8 @@ int main(int ac, char **av)
fprintf(stderr, _("***\n"
"*** Configuration file \"%s\" not found!\n"
"***\n"
- "*** Please run some configurator (e.g. \"make oldconfig\" or\n"
- "*** \"make menuconfig\" or \"make xconfig\").\n"
+ "*** Please configure with \"menuconfig\", or use a\n"
+ "*** pre-existing sample (see list with \"list-samples\").\n"
"***\n"), name);
exit(1);
}