From 5eb5db84cdb9c91a072302abca82672515596ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 12 Apr 2015 12:16:55 +0200 Subject: parse_kconfig change error message to more informative --- scripts/parse_kconfig/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/parse_kconfig/parser.c b/scripts/parse_kconfig/parser.c index 9157622..3dde8e4 100644 --- a/scripts/parse_kconfig/parser.c +++ b/scripts/parse_kconfig/parser.c @@ -35,7 +35,7 @@ int main(int argc, char **argv) { } if (file == NULL) { - Eprintf("No input file specified\n"); + Eprintf("No Kconfig input file specified\n"); exit(2); } if (folder == NULL) { -- cgit v1.2.3