summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c
index b0603f7..2c22fb6 100644
--- a/kconfig/conf.c
+++ b/kconfig/conf.c
@@ -559,7 +559,7 @@ int main(int ac, char **av)
"*** You have not yet configured "PROJECT_NAME"!\n"
"***\n"
"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
- "*** \"make menuconfig\" or \"make xconfig\").\n"
+ "*** \"make menuconfig\" or \"make config\").\n"
"***\n"));
exit(1);
}