chore: fix document error

This commit is contained in:
CorrectRoad 2025-02-08 20:36:11 +08:00 committed by Henri Dickson
parent ab7b68a8b4
commit 62a0cd670b

View file

@ -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 <username>
neodb-manage user staff <username>
neodb-manage user super <username>
neodb-manage user --active <username>
neodb-manage user --staff <username>
neodb-manage user --super <username>
```
Create an invite link
```
neo-manage invite --create
neodb-manage invite --create
```
Manage user tasks and cron jobs