1
0
Fork 0
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:
Yalh 2019-01-25 12:21:10 +01:00 committed by yalh76
parent 6c0ff44076
commit b5fb43dff7

View file

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