diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-24 19:53:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-24 19:53:12 +0000 |
commit | d1cdf501447d3759857acea63b43a0a951a610bb (patch) | |
tree | e4d3f407dc45c7e1c35a99bf774424c19e1ca5a8 /binutils/objdump.c | |
parent | 680d2857724c14e32d8df8cec611444be27a63fe (diff) | |
download | gdb-d1cdf501447d3759857acea63b43a0a951a610bb.zip gdb-d1cdf501447d3759857acea63b43a0a951a610bb.tar.gz gdb-d1cdf501447d3759857acea63b43a0a951a610bb.tar.bz2 |
Fix description of --stabs switch
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index 4adabd2..8237c2d 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -233,7 +233,7 @@ usage (stream, status) -S --source Intermix source code with disassembly\n\ -s --full-contents Display the full contents of all sections requested\n\ -g --debugging Display debug information in object file\n\ - -G --stabs Display the STABS contents of an ELF format file\n\ + -G --stabs Display (in raw form) any STABS info in the file\n\ -t --syms Display the contents of the symbol table(s)\n\ -T --dynamic-syms Display the contents of the dynamic symbol table\n\ -r --reloc Display the relocation entries in the file\n\ |