From b7478c09c3bb9b7767780e83794c1243080248de Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 10 Jun 2014 14:03:12 -0700 Subject: [PATCH] delete_spammers: fix comments --- html/ops/delete_spammers.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/html/ops/delete_spammers.php b/html/ops/delete_spammers.php index e7cdd38ce0..4dbb4ba15f 100755 --- a/html/ops/delete_spammers.php +++ b/html/ops/delete_spammers.php @@ -22,8 +22,6 @@ // delete_spammers.php [--days n] [--test] command // // commands: -// --list filename -// "filename" contains a list of user IDs, one per line. // // --profiles // delete accounts that @@ -35,6 +33,13 @@ // delete accounts that // - have no hosts // - have message-board posts +// - don't belong to a team +// +// --list filename +// "filename" contains a list of user IDs, one per line. +// +// --id_range N M +// delete users with ID N to M inclusive // // options: // --days N