Package: pngcrush
Version: 1.6.4-5

$ history|tail
 4156  pngcrush -c 0 -cc /home/jidanni/Untitled.png /tmp/k.png
 4157  xli /tmp/k.png
 4158  pngcrush -cc /tmp/k.png|wc -c
 4159  pngcrush -cc /tmp/k.png > /tmp/mismatch.png
$ xli /tmp/mismatch.png
/tmp/mismatch.png: unknown or unsupported image type

Why is that? Because /tmp/mismatch.png is not a PNG at all. It is
pngcrush's usage message.

That's right, not a word to stderr.

And why was there an error? Because I used -cc. Which in fact is not
in the usage message.

But it is on the man page.

With the fine print after it that it is disabled.

Please remove disabled items from the man page, or put the fine print
up front at the beginning of the items.



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

Reply via email to