Print --help/--version output to stdout (not stderr).
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 20 Feb 2013 10:39:38 +0000 (11:39 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 20 Feb 2013 10:39:38 +0000 (11:39 +0100)
commit9fd5bb6e6468eb6d211aff682f3a64e7f070bb44
treeb02455cd09042f83b3efdc424b480eb45ac598c0
parent94fe58efe521284904f7cddf2c8f833c2b8d48e8
Print --help/--version output to stdout (not stderr).

Thanks R. Diez <rdiezmail-comparevcd@yahoo.de> for the patch!

This is not a feasible practice for CLI tools where the output might
be piped into other tools (and you don't want to pipe help messages or
other non-data). However, for the PulseView GUI this is acceptable since
it's not meant to be used that way.
main.cpp