maandree / sha3sum

[Feature complete] SHA-3 and Keccak checksum utility
https://codeberg.org/maandree/sha3sum
ISC License
174 stars 51 forks source link

C: “sha3sum -h” doesn't show help text #12

Closed kseistrup closed 10 years ago

kseistrup commented 10 years ago

For some reason sha3sum -h doesn't show the help text (and instead waits for input on stdin) while sha2sum --help does.

I'm sorry, but I don't have the energy to find out how the roll-your-own argument parser works…

maandree commented 10 years ago

The issue is that -h is the short option for --hex and not for --help. Although I now realise that I have made it into both.