Adjusts role name examples to title case (#966)

This commit is contained in:
Stephen Yeargin 2022-10-30 20:34:34 -05:00 committed by GitHub
parent fc99a82358
commit b2f0baacdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. |