diff --git a/openlp/core/app.py b/openlp/core/app.py index 53e5c06d4..12b5db6b7 100644 --- a/openlp/core/app.py +++ b/openlp/core/app.py @@ -288,7 +288,7 @@ def parse_options(args=None): :return: a tuple of parsed options of type optparse.Value and a list of remaining argsZ """ # Set up command line options. - parser = argparse.ArgumentParser(prog='openlp.py') + parser = argparse.ArgumentParser(prog='openlp') parser.add_argument('-e', '--no-error-form', dest='no_error_form', action='store_true', help='Disable the error notification form.') parser.add_argument('-l', '--log-level', dest='loglevel', default='warning', metavar='LEVEL',