Checks to see if --help or -h is passed in, and if so it calls our usage() if it exists. Since argparser thinks it is clever and automatically handles [--help, -h] we need a hook to be able to display our own usage notes before argparse Parameters -
(self, args)