diff options
author | Alexey Neyman <stilor@att.net> | 2018-02-04 23:26:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-04 23:26:28 -0800 |
commit | 04d910b8267856b345db93a5395212c4f7cd9199 (patch) | |
tree | 312dddf8b98f369ce51898e3c2c020bf4351ed14 /kconfig/conf.c | |
parent | dfcb5fe3c14db5ec291aedb567f1da4ff19f8323 (diff) | |
parent | 59b08f8d06700770cf1105269acb2ec2460e2a34 (diff) | |
download | crosstool-ng-04d910b8267856b345db93a5395212c4f7cd9199.tar.gz crosstool-ng-04d910b8267856b345db93a5395212c4f7cd9199.tar.bz2 crosstool-ng-04d910b8267856b345db93a5395212c4f7cd9199.zip |
Merge pull request #907 from bhundven/update_kconfig_4_15
Sync kconfig files with upstream 4.15
Diffstat (limited to 'kconfig/conf.c')
-rw-r--r-- | kconfig/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c index 4a23f542..df87eb48 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]; |