Fix indent for --symbols in "readelf -h"
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 7 Jan 2010 19:14:33 +0000 (19:14 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 7 Jan 2010 19:14:33 +0000 (19:14 +0000)
2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (usage): Fix indent for --symbols.

binutils/ChangeLog
binutils/readelf.c

index 09776ebbfdb5a1a0bb04993317ea15972b47a507..2a39261b9d660204bc1f0e2fd1baaf75ba339b6d 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 161270102c71a2812b8e11c709e65779b141509d..8550c310f38bbcb44c5e77e2f1b2cb001df1321b 100644 (file)
@@ -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\
This page took 0.031695 seconds and 4 git commands to generate.