daemon2: actually handle --quiet option

This commit is contained in:
Andrew Dolgov 2013-03-25 21:08:48 +04:00
parent 72394a1e2d
commit db98542301
1 changed files with 1 additions and 0 deletions

View File

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