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
142 stars 29 forks source link

showhelp() does not exist #33

Closed anthonyryan1 closed 10 years ago

anthonyryan1 commented 10 years ago

The method showhelp() does not exist, and yet it is called if --help is passed into the program.

This could call showusage() instead which contains helpful information, or it could contain something specific.

I feel the usage text is what people are looking for if they pass the --help option. Please let me know what you would like this option to show.