|
|
|
|
|
by Someone
4254 days ago
|
|
In my book, there is a difference between explicitly asking for help/usage and passing arguments that do not make sense, which triggers the output of help/usage. The former, I think, should write to stdout and return 0, the latter should write to stderr and return something non-zero. Giving help if the user asks for it is normal behaviour. |
|