Kaydet (Commit) 0014648f authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) Michael Stahl

improve gbuild-to-ide error message

Change-Id: Ia8986764e48f1dbe39374d511a188bd2b5f49e13
Reviewed-on: https://gerrit.libreoffice.org/11654Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst fee69138
......@@ -889,7 +889,7 @@ if __name__ == '__main__':
'debug': DebugIntegrationGenerator}
if args.ide not in generators.keys():
parser.print_help()
print("Invalid ide. valid values are %s" % ','.join(generators.keys()))
sys.exit(1)
if args.input:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment