diff options
-rw-r--r-- | scripts/parse_kconfig/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |