]> git.wh0rd.org - tt-rss.git/blobdiff - update_daemon2.php
daemon2: actually handle --quiet option
[tt-rss.git] / update_daemon2.php
index 7062e8e354cd9bc08a205566a742b18ccf8de72e..4d226ef739ec570d41c1bb88f7cba36fbb2afdc3 100755 (executable)
        $longopts = array("log:",
                        "tasks:",
                        "interval",
+                       "quiet",
                        "help");
 
        $options = getopt("", $longopts);