From c01d3b2d57c2fb2491f664aa6d67f03e514cfbb3 Mon Sep 17 00:00:00 2001 From: John Denker Date: Thu, 22 Nov 2012 15:56:01 -0800 Subject: minor --- tools/ltgrey.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/ltgrey.c b/tools/ltgrey.c index 85604e5..dfbc0dc 100644 --- a/tools/ltgrey.c +++ b/tools/ltgrey.c @@ -17,12 +17,17 @@ void usage(const string parent_dir){ "Usage: ltgrey [options]\n" "\n" "Options include\n" +" -set40 mid # start quarantine for given message-id\n" +" -get40 mid # look up the quarantine status for the given mID\n" " -scan40 # scan the quarantine directory\n" +"\n" +" -setrep dom # set the reputation for the given domain\n" +" -getrep dom # look up the reputation for the given domain\n" " -scanrep # scan the reputation directory\n" +"\n" " -copy # increment the 'copies' variable\n" +" -dns_mode # enable DNS checks\n" " -verbose # increase the verbosity\n" -" -setrep dom # set the reputation for the given domain\n" -" -getrep dom # look up the reputation for the given domain\n" " -shift ??? # no idea\n" " -stain ??? # not implemented\n" " -suffix ??? # no idea\n" -- cgit v1.2.3