diff options
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r-- | ld/lexsup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index f8388ac..273baba 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -516,6 +516,9 @@ parse_args (argc, argv) switch (optc) { default: + fprintf (stderr, + _("%s: use the --help option for usage information\n"), + program_name); xexit (1); case 1: /* File name. */ lang_add_input_file (optarg, lang_input_file_is_file_enum, |