BUG: Failures should exit with non-zero exit value
My ws2300 occasionally fails to reset. In that case the various programs print "Could not reset" to stderr and exit with exit code 0. This should be some small non-zero value (and it should be documented).
Yes. That is a correct observation.
I have changed all exit(0) to exit(EXIT_FAILURE) except when the tool shows the usage
It will be in 1.11
-- KennethLavrsen - 19 Jul 2006