From: H.J. Lu Date: Thu, 7 Jan 2010 19:14:33 +0000 (+0000) Subject: Fix indent for --symbols in "readelf -h" X-Git-Tag: sid-snapshot-20100201~340 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f08eb35896e102a28d1249ca197c037c4efa9de;p=thirdparty%2Fbinutils-gdb.git Fix indent for --symbols in "readelf -h" 2010-01-07 H.J. Lu * readelf.c (usage): Fix indent for --symbols. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 09776ebbfdb..2a39261b9d6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2010-01-07 H.J. Lu + + * readelf.c (usage): Fix indent for --symbols. + 2010-01-07 H.J. Lu * doc/binutils.texi: Replace -histogram with --histogram. diff --git a/binutils/readelf.c b/binutils/readelf.c index 161270102c7..8550c310f38 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\