Open beenje opened 5 years ago
Sorry, I missed this PR somehow.
I don't disagree wrt. '-h'. Note though that this exit(1)
is also used for the "Unknown argument" case. I admit that this was a shortcut on my part. I didn't think anyone would notice ;)
You comment got a bit lost during my vacation.
You never know what people are gonna do with your code ;-) I didn't pay attention that there was no break before "-h". I separated it now.
Running "p2p -h" should exit with code 0, not 1. It's a valid flag.