Fix ordering of tootctl accounts approve --N (#1201)

This commit is contained in:
trwnh 2023-04-20 09:03:39 -05:00 committed by GitHub
parent ee88dd3887
commit 07d7147619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -331,7 +331,7 @@ Approve new registrations when instance is in approval mode.
: Local username. : Local username.
`--number N` `--number N`
: Approve the N most recent registrations. : Approve the N earliest pending registrations.
`--all` `--all`
: Approve all pending registrations. : Approve all pending registrations.