From 07d71476194447d716844e8e87f4fa5573b37798 Mon Sep 17 00:00:00 2001 From: trwnh Date: Thu, 20 Apr 2023 09:03:39 -0500 Subject: [PATCH] Fix ordering of `tootctl accounts approve --N` (#1201) --- content/en/admin/tootctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/tootctl.md b/content/en/admin/tootctl.md index 3fb90810..0ae1e66c 100644 --- a/content/en/admin/tootctl.md +++ b/content/en/admin/tootctl.md @@ -331,7 +331,7 @@ Approve new registrations when instance is in approval mode. : Local username. `--number N` -: Approve the N most recent registrations. +: Approve the N earliest pending registrations. `--all` : Approve all pending registrations.