Skip to content

Commit 0fe28ac

Browse files
authored
Update i18n_compile.php
1 parent b1a5703 commit 0fe28ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n_compile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Load the libraries
99
require 'vendor/autoload.php';
1010

11-
$options = getopt('hp:');
11+
$options = getopt('hd:');
1212
if (isset($options['h'])) {
1313
echo "Usage: php i18n_compile.php [-d default]\n";
1414
exit(0);

0 commit comments

Comments
 (0)