# HG changeset patch # User Heiko Schlittermann # Date 1443710884 -7200 # Node ID 01d73aa9d30d473fb01e45b33f96229e74c27454 # Parent e26e2d5702bbcdafc8703c4b8632e3b9b4dbcfbc# Parent 1816ff04e91cfa849765f5f71846870cd882379a [merged] diff -r 1816ff04e91c -r 01d73aa9d30d schema2ldif --- a/schema2ldif Tue Nov 19 09:31:53 2013 +0000 +++ b/schema2ldif Thu Oct 01 16:48:04 2015 +0200 @@ -21,8 +21,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