summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-01-07 19:14:33 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-01-07 19:14:33 +0000
commit1c742da251f126fc33e0e82bd963fd977fa34b44 (patch)
treef942f863e445d049fd2c157318b5aab5594d4e68
parente6d52ba8e5624b86791eb7db3ec46603046c9272 (diff)
downloadbinutils-redhat-1c742da251f126fc33e0e82bd963fd977fa34b44.tar.gz
Fix indent for --symbols in "readelf -h"
2010-01-07 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (usage): Fix indent for --symbols.
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/readelf.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 09776ebbfd..2a39261b9d 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 161270102c..8550c310f3 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\