forked from AkkomaGang/akkoma
Fix descriptions
This commit is contained in:
parent
d23d0c27c2
commit
ed847474c3
1 changed files with 4 additions and 4 deletions
|
@ -224,10 +224,10 @@
|
|||
```
|
||||
|
||||
### Options
|
||||
- `--admin`/`--no-admin` - the user account admin status
|
||||
- `--confirmed`/`--no-confirmed` - the user account confirmation status
|
||||
- `--locked`/`--no-locked` - the user account locked status
|
||||
- `--moderator`/`--no-moderator` - the user account moderator status
|
||||
- `--admin`/`--no-admin` - whether the user should be an admin
|
||||
- `--confirmed`/`--no-confirmed` - whether the user account is confirmed
|
||||
- `--locked`/`--no-locked` - whether the user should be locked
|
||||
- `--moderator`/`--no-moderator` - whether the user should be a moderator
|
||||
|
||||
## Add tags to a user
|
||||
|
||||
|
|
Loading…
Reference in a new issue