diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-07 19:14:33 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-07 19:14:33 +0000 |
commit | 3f08eb35896e102a28d1249ca197c037c4efa9de (patch) | |
tree | 5237334a24baac8ba6574af11a6bbaa9f6b32ca0 /binutils | |
parent | 6b6218c55aa533306ba4ababfaf20411d5b73516 (diff) | |
download | gdb-3f08eb35896e102a28d1249ca197c037c4efa9de.zip gdb-3f08eb35896e102a28d1249ca197c037c4efa9de.tar.gz gdb-3f08eb35896e102a28d1249ca197c037c4efa9de.tar.bz2 |
Fix indent for --symbols in "readelf -h"
2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (usage): Fix indent for --symbols.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/readelf.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 09776eb..2a39261 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2010-01-07 H.J. Lu <hongjiu.lu@intel.com> + * readelf.c (usage): Fix indent for --symbols. + +2010-01-07 H.J. Lu <hongjiu.lu@intel.com> + * doc/binutils.texi: Replace -histogram with --histogram. 2010-01-06 H.J. Lu <hongjiu.lu@intel.com> diff --git a/binutils/readelf.c b/binutils/readelf.c index 1612701..8550c31 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -2977,7 +2977,7 @@ usage (FILE * stream) -t --section-details Display the section details\n\ -e --headers Equivalent to: -h -l -S\n\ -s --syms Display the symbol table\n\ - --symbols An alias for --syms\n\ + --symbols An alias for --syms\n\ -n --notes Display the core notes (if present)\n\ -r --relocs Display the relocations (if present)\n\ -u --unwind Display the unwind info (if present)\n\ |