(usage): Fix description of --special-syms switch.
authorNick Clifton <nickc@redhat.com>
Thu, 14 Oct 2004 09:36:54 +0000 (09:36 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 14 Oct 2004 09:36:54 +0000 (09:36 +0000)
binutils/ChangeLog
binutils/nm.c

index bb1997773f30607c7c48599420b3b073f23b22b1..b1c45c58e80eb38f26ac0b488615854409a8e2ed 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-14  Nick Clifton  <nickc@redhat.com>
+
+       * nm.c (usage): Fix description of --special-syms switch.
+
 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
 
        * strings.c (statbuf): New typedef.
index c35f7c881552ea98493633017b55de39e92fd211..3668d6b75e811e6f9ceab1a225b8a782b0cc6053 100644 (file)
@@ -248,7 +248,7 @@ usage (FILE *stream, int status)
   -S, --print-size       Print size of defined symbols\n\
   -s, --print-armap      Include index for symbols from archive members\n\
       --size-sort        Sort symbols by size\n\
-      --skip-special     Ignore special symbols\n\
+      --special-syms     Include special symbols in the output\n\
       --synthetic        Display synthetic symbols as well\n\
   -t, --radix=RADIX      Use RADIX for printing symbol values\n\
       --target=BFDNAME   Specify the target object format as BFDNAME\n\
This page took 0.027129 seconds and 4 git commands to generate.