change usage message

This commit is contained in:
David Anderson 2019-01-29 15:41:12 -08:00
parent bf3fa5f60b
commit 3d99147c32
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 "usage\n";
echo "echo "usage: purge_trickles.php [msg_from_host | msg_to_host]\n";
}
?>