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