Package: cdrecord
Version: 4:2.01+01a01-2
Severity: minor

I need to know a cdrecord option:

cdrecord --help         # Scrolls many pages
cdrecord --help |less   # Scrolls many pages and leaves an empty less buffer

GNU coding standards suggest that invalid options cause an error to go
to stderr ("Invalid option --foo, see --help for help"), but that
outupt from --help is requested, and therefor should go to stdout.

Else I have to 2>&1 |less.


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

Reply via email to