BUG cygrunsrv: display --help output in stdout, not stderr

2010-06-18 Thread Jari Aalto
Could someone chnage the output of to send the content to stdout: cygrunserv --help So that this is straightforward: cygrunserv --help | less Requesting "--help" is not an error condition[*] Jari [*] "pprogram --unknonw-option" would be candicate for stderr though.

Re: BUG cygrunsrv: display --help output in stdout, not stderr

2010-06-18 Thread Christopher Faylor
On Fri, Jun 18, 2010 at 06:17:39PM +0300, Jari Aalto wrote: > >Could someone chnage the output of to send the content to stdout: > >cygrunserv --help > >So that this is straightforward: > >cygrunserv --help | less > >Requesting "--help" is not an error condition[*] > >Jari > >[*] "pprogram