bin/gbuild-to-ide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0014648fee6c2b499cbd20682b7f27cdc78e1123 Author: Peter Foley <pefol...@pefoley.com> Date: Thu Sep 25 15:28:44 2014 -0400 improve gbuild-to-ide error message Change-Id: Ia8986764e48f1dbe39374d511a188bd2b5f49e13 Reviewed-on: https://gerrit.libreoffice.org/11654 Reviewed-by: Michael Stahl <mst...@redhat.com> Tested-by: Michael Stahl <mst...@redhat.com> diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index bdb8688..c63ba59 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide @@ -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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits