mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
correct syntax
This commit is contained in:
parent
6c0ff44076
commit
b5fb43dff7
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ You can make users **moderators**. They will then be able to **delete any post**
|
|||
|
||||
**Run:**
|
||||
|
||||
$ MIX_ENV=prodmix set_moderator username [true|false]
|
||||
$ MIX_ENV=prod mix set_moderator username [true|false]
|
||||
|
||||
**True** option will **make the user moderator** and **flase** will **take away the moderator privileges** from the user.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue