Ops: fix php syntax error

This slipped through my review of #2630
This commit is contained in:
Christian Beer 2019-02-02 11:09:57 +01:00
parent 902833b307
commit 69ca7a3763
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if ($argc == 1) {
$n = (int)$argv[2];
$db->do_query("delete from msg_to_host where handled = $n");
} else {
echo "echo "usage: purge_trickles.php [msg_from_host | msg_to_host]\n";
echo "usage: purge_trickles.php [msg_from_host | msg_to_host]\n";
}
?>