# HG changeset patch # User Heiko Schlittermann # Date 1443710821 -7200 # Node ID e26e2d5702bbcdafc8703c4b8632e3b9b4dbcfbc # Parent 3bfbc22cb61c8090f4ad783b4aa82ff1d00b8694 Fix option processing diff -r 3bfbc22cb61c -r e26e2d5702bb schema2ldif --- a/schema2ldif Mon Nov 11 22:01:35 2013 +0100 +++ b/schema2ldif Thu Oct 01 16:47:01 2015 +0200 @@ -19,8 +19,8 @@ my @opt_additional_schemas = (); GetOptions( - 'schema_dir=s@' => \@opt_schema_dirs, - 'additional_schema=s@' => \@opt_additional_schemas, + 'schema-dir=s@' => \@opt_schema_dirs, + 'additional-schema=s@' => \@opt_additional_schemas, ) and @ARGV == 1 or pod2usage(); # find the additional schema definitions