Package: dvdauthor
Version: 0.6.11-5

The output of dvdauthor --help is currently sent to to stderr.  Since
the material is not an error message but is explictly requested
correct output, it really should go to stdout.

As it stands, this makes users need to do nasty things like

  $ dvdauthor --help 2>&1 | more

  $ dvdauthor --help 2>&1 | egrep -i audio

all the time.  Especially since

  $ dvdauthor --help 2>&1 | wc -l
  79

which is longer than most console windows.

                                        Cheers,

                                        --Barak.

PS Thanks for maintaining dvdauthor, very useful tool.
--
Barak A. Pearlmutter
 Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/



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

Reply via email to