summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-25 21:08:48 +0400
committerAndrew Dolgov <[email protected]>2013-03-25 21:08:48 +0400
commitdb98542301c24c33eb9b09313b377ac2f6f0d78a (patch)
tree40837ced95599ad9a0b5a45be734f6ce4c980a73 /update_daemon2.php
parent72394a1e2d6b808951f0d6c2f64660bbef79cdf4 (diff)
daemon2: actually handle --quiet option
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index 7062e8e35..4d226ef73 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -121,6 +121,7 @@
$longopts = array("log:",
"tasks:",
"interval",
+ "quiet",
"help");
$options = getopt("", $longopts);