16 lines
452 B
Diff
16 lines
452 B
Diff
|
|
diff --git a/perl/db2x_xsltproc.pl b/perl/db2x_xsltproc.pl
|
||
|
|
index 34fa2a1..065a1d4 100755
|
||
|
|
--- a/perl/db2x_xsltproc.pl
|
||
|
|
+++ b/perl/db2x_xsltproc.pl
|
||
|
|
@@ -96,8 +96,8 @@ if(!GetOptions($options,
|
||
|
|
'profile|P',
|
||
|
|
'xslt-processor|X=s',
|
||
|
|
|
||
|
|
- 'help', \&options_help,
|
||
|
|
- 'version', \&options_version))
|
||
|
|
+ 'help|h', \&options_help,
|
||
|
|
+ 'version|v', \&options_version))
|
||
|
|
{
|
||
|
|
print STDERR "Try \"$0 --help\" for more information.\n";
|
||
|
|
exit 1;
|