sharkdp / hexyl

A command-line hex viewer
Apache License 2.0
8.92k stars 227 forks source link

Fix #131 #133

Closed scimas closed 3 years ago

scimas commented 3 years ago

I noticed that the eprint in main itself is taking care of the --help output, but the --version output is coming without the eprint. So I have done two changes:

-Don't print the error for version output, instead add a newline print. -Move the eprint for help only.