The -T option for strings isn't recognized, even though strings --help
lists it.

This happens in at least:
- Debian binutils 2.17-1 (i386)
- Debian binutils-multiarch 2.17-2 (i386)
- Fedora Core 5 binutils.i386 0:2.16.91.0.6-5

$ strings -T binary /bin/cat
strings: invalid option -- T
[snip usage]

$ strings -Tbinary /bin/cat
strings: invalid option -- T
[snip usage]

$ strings --target=binary /bin/cat
/lib/ld-linux.so.2
__gmon_start__
libc.so.6
stpcpy
ioctl
stdout
memmove
getopt_long
__fpending
[snip]

$ strings --help
[snip]
  -T --target=<BFDNAME>     Specify the binary file format
[snip]

-- 
           Summary: "strings -T" doesn't work
           Product: binutils
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: dlitz at dlitz dot net
                CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=3257

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to