We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a5703 commit 0fe28acCopy full SHA for 0fe28ac
i18n_compile.php
@@ -8,7 +8,7 @@
8
// Load the libraries
9
require 'vendor/autoload.php';
10
11
-$options = getopt('hp:');
+$options = getopt('hd:');
12
if (isset($options['h'])) {
13
echo "Usage: php i18n_compile.php [-d default]\n";
14
exit(0);
0 commit comments