From 95f62b88ecfa770fc4c222fa45e5c1a6165323a8 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 24 Oct 2006 03:35:49 +0000 Subject: * lexsup.c (parse_args): Add a comment noting a fall-through. --- ld/lexsup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ld/lexsup.c') diff --git a/ld/lexsup.c b/ld/lexsup.c index c4336c45be..1d267f40e1 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -680,6 +680,8 @@ parse_args (unsigned argc, char **argv) { case '?': einfo (_("%P: unrecognized option '%s'\n"), argv[last_optind]); + /* Fall through. */ + default: einfo (_("%P%F: use the --help option for usage information\n")); -- cgit v1.2.1