From b2f0baacdda126bc5c65e3ce7ee6f9d70c3cc382 Mon Sep 17 00:00:00 2001 From: Stephen Yeargin Date: Sun, 30 Oct 2022 20:34:34 -0500 Subject: [PATCH] Adjusts role name examples to title case (#966) --- 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 02cdd5fc..2c0ddf22 100644 --- a/content/en/admin/tootctl.md +++ b/content/en/admin/tootctl.md @@ -76,7 +76,7 @@ Create a new user account with given USERNAME and provided --email. | `USERNAME` | Local username for the new account. Required. | | `--email EMAIL` | Email address to be attached to the user. Required. | | `--confirmed` | Skip sending the confirmation email and activate the account immediately. | -| `--role ROLE` | Define the new account as a `user`, `moderator`, or `admin`. Defaults to `user`. | +| `--role ROLE` | Define the new account as a `User`, `Moderator`, or `Admin`. Defaults to `User`. | | `--reattach` | Reuse an old USERNAME after its account has been deleted. | | `--force` | Forcefully delete any existing account with this USERNAME and reattach the new account in place of the \(just-deleted\) account. | | `--skip-sign-in-token` | Forcefully ensure that the user is never asked for an e-mailed security code. |