diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-03-19 18:58:10 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-03-19 18:58:10 +0000 |
commit | 452b40b631a60dd2f1bb3798d7dce3814692d6bf (patch) | |
tree | 8e3ed7ce7267d4ccdc30bbfc4a579a41a7a52d41 /binutils/objdump.c | |
parent | b6963343f699e87e8ef4ead3bf9fc85fce7900b7 (diff) | |
download | gdb-452b40b631a60dd2f1bb3798d7dce3814692d6bf.zip gdb-452b40b631a60dd2f1bb3798d7dce3814692d6bf.tar.gz gdb-452b40b631a60dd2f1bb3798d7dce3814692d6bf.tar.bz2 |
mention long options in usage message
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 5 |
1 files changed, 3 insertions, 2 deletions
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); } |