The --help option for drrun outputs to stderr and has a non-zero exit code
Created by: c-rhodes
I think it's sensible for the output of --help
to go to stdout, this allows for uses such as drrun --help | less
. This is also recommended by the GNU Coding Standards. I'm happy to provide a patch if others agree.