1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:05:55 +00:00

daemon2: actually handle --quiet option

This commit is contained in:
Andrew Dolgov
2013-03-25 21:08:48 +04:00
parent 72394a1e2d
commit db98542301

View File

@@ -121,6 +121,7 @@
$longopts = array("log:",
"tasks:",
"interval",
"quiet",
"help");
$options = getopt("", $longopts);