Skip to content

Commit

Permalink
daemon2: actually handle --quiet option
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Dolgov committed Mar 25, 2013
1 parent 72394a1 commit db98542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update_daemon2.php
Expand Up @@ -121,6 +121,7 @@ function task_sigint_handler() {
$longopts = array("log:",
"tasks:",
"interval",
"quiet",
"help");

$options = getopt("", $longopts);
Expand Down

0 comments on commit db98542

Please sign in to comment.