mirror of https://github.com/BOINC/boinc.git
delete_spammers: fix comments
This commit is contained in:
parent
3776548971
commit
b7478c09c3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue