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 e7ad663 commit 6cf3fe8Copy full SHA for 6cf3fe8
workers/update-ldap-cache.php
100644
100755
@@ -1,3 +1,4 @@
1
+#!/bin/php
2
<?php
3
4
require_once __DIR__ . "/../resources/autoload.php";
@@ -37,7 +38,7 @@
37
38
echo "arguments:
39
f: flush cache and then update
40
u: update cache even if already initialized
- h --help: display this message";
41
+ h --help: display this message\n";
42
die();
43
}
44
if (array_key_exists("f", $options)) {
0 commit comments