diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-09-08 16:59:53 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-09-08 16:59:53 -0500 |
commit | ed847474c305386adbcb97c569a0861d6fad5284 (patch) | |
tree | f0c1df3c79041ae0d4e86203270f473711544f94 /docs/administration | |
parent | d23d0c27c25e3ce7b39cae6e504062b4cb389ea4 (diff) | |
download | pleroma-ed847474c305386adbcb97c569a0861d6fad5284.tar.gz pleroma-ed847474c305386adbcb97c569a0861d6fad5284.zip |
Fix descriptions
Diffstat (limited to 'docs/administration')
-rw-r--r-- | docs/administration/CLI_tasks/user.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/administration/CLI_tasks/user.md b/docs/administration/CLI_tasks/user.md index 0fcc8cfb9..c64ed4f22 100644 --- a/docs/administration/CLI_tasks/user.md +++ b/docs/administration/CLI_tasks/user.md @@ -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 |