diff --git a/docs/configuration.md b/docs/configuration.md index 2f675981..54949786 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -74,15 +74,15 @@ alias neodb-manage='docker-compose --profile production run --rm shell neodb-man Toggle user's active, staff and super user status ``` -neodb-manage user active -neodb-manage user staff -neodb-manage user super +neodb-manage user --active +neodb-manage user --staff +neodb-manage user --super ``` Create an invite link ``` -neo-manage invite --create +neodb-manage invite --create ``` Manage user tasks and cron jobs