print_help() print an usage message from an OptionParser object, usually
called by parse_args() when it encounters a help option.
References
Python's optparse library, which inspired this package,
is described here: https://docs.python.org/3/library/optparse.html