delete_spammers: fix comments

This commit is contained in:
David Anderson 2014-06-10 14:03:12 -07:00
parent 3776548971
commit b7478c09c3
1 changed files with 7 additions and 2 deletions

View File

@ -22,8 +22,6 @@
// delete_spammers.php [--days n] [--test] command // delete_spammers.php [--days n] [--test] command
// //
// commands: // commands:
// --list filename
// "filename" contains a list of user IDs, one per line.
// //
// --profiles // --profiles
// delete accounts that // delete accounts that
@ -35,6 +33,13 @@
// delete accounts that // delete accounts that
// - have no hosts // - have no hosts
// - have message-board posts // - 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: // options:
// --days N // --days N