robinbowes / flac2mp3

flac2mp3 is a tool to convert audio files from flac to mp3 format including the copying of tags.
GNU General Public License v3.0
143 stars 29 forks source link

Invoke showusage() when passing --help #35

Closed anthonyryan1 closed 10 years ago

anthonyryan1 commented 10 years ago

By invoking showusage() when passing --help, the user gets some helpful information.

Fixes https://github.com/robinbowes/flac2mp3/issues/33