jamesbloom / ozip

23 stars 4 forks source link

print help to stdout, make it "slimmer" #5

Closed tansy closed 1 year ago

tansy commented 1 year ago

according to GNU coding standards for help (https://www.gnu.org/prep/standards/html_node/_002d_002dhelp.html) and version it's recommend to print it on standard output, then exit successfully It's also made slimmer as it calls fprintf() only once instead of each line