From: Jim Kingdon Date: Fri, 19 Mar 1993 18:58:10 +0000 (+0000) Subject: mention long options in usage message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=452b40b631a60dd2f1bb3798d7dce3814692d6bf;p=binutils-gdb.git mention long options in usage message --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 49febe6c5f8..a3ee6a00a0b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 19 10:56:51 1993 Jim Kingdon (kingdon@cygnus.com) + + * objdump.c (usage): Mention long options. + Thu Mar 18 14:22:17 1993 Per Bothner (bothner@rtl.cygnus.com) * nm.c: Modify behavior of -o flag for archives to match diff --git a/binutils/objdump.c b/binutils/objdump.c index cd1dd3714ce..3e3db6a5f3f 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -88,8 +88,9 @@ dump_symbols PARAMS ((bfd *abfd)); void usage () { - fprintf (stderr, - "usage: %s [-ahifdrtxsl] [-m machine] [-j section_name] obj ...\n", + fprintf (stderr, "\ +usage: %s [-ahifdrtxsl] [-m machine] [-j section_name]\n\ + [--syms] [--reloc] [--header] [--version] obj ...\n", program_name); exit (1); }