From: Andrew Dolgov Date: Mon, 25 Mar 2013 17:08:48 +0000 (+0400) Subject: daemon2: actually handle --quiet option X-Git-Tag: 1.7.6~287 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=db98542301c24c33eb9b09313b377ac2f6f0d78a;hp=72394a1e2d6b808951f0d6c2f64660bbef79cdf4;p=tt-rss.git daemon2: actually handle --quiet option --- diff --git a/update_daemon2.php b/update_daemon2.php index 7062e8e3..4d226ef7 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -121,6 +121,7 @@ $longopts = array("log:", "tasks:", "interval", + "quiet", "help"); $options = getopt("", $longopts);