Package: strings
Severity: normal

$ echo hello | strings -T binary /dev/stdin
strings: invalid option -- T
...

$ echo hello | strings --target binary /dev/stdin
hello

This is because the getopt_long option string is missing a big "T".
Bug #324499 fixes the documentation but not the actual problem.

-jim


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to