summaryrefslogtreecommitdiff
path: root/kconfig/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/conf.c')
-rw-r--r--kconfig/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c
index 4a23f54..df87eb4 100644
--- a/kconfig/conf.c
+++ b/kconfig/conf.c
@@ -538,6 +538,7 @@ int main(int ac, char **av)
}
if (ac == optind) {
printf(_("%s: Kconfig file missing\n"), av[0]);
+ fprintf(stderr, _("See README for usage info\n"));
exit(1);
}
name = av[optind];