From 452b40b631a60dd2f1bb3798d7dce3814692d6bf Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 19 Mar 1993 18:58:10 +0000 Subject: [PATCH] mention long options in usage message --- binutils/ChangeLog | 4 ++++ binutils/objdump.c | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 49febe6..a3ee6a0 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 cd1dd37..3e3db6a 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); } -- 2.7.4