summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-03-19 18:58:10 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-03-19 18:58:10 +0000
commit452b40b631a60dd2f1bb3798d7dce3814692d6bf (patch)
tree8e3ed7ce7267d4ccdc30bbfc4a579a41a7a52d41 /binutils/objdump.c
parentb6963343f699e87e8ef4ead3bf9fc85fce7900b7 (diff)
downloadbinutils-gdb-452b40b631a60dd2f1bb3798d7dce3814692d6bf.tar.gz
mention long options in usage message
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r--binutils/objdump.c5
1 files changed, 3 insertions, 2 deletions
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);
}