chore: fix document error
This commit is contained in:
parent
ab7b68a8b4
commit
62a0cd670b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
Toggle user's active, staff and super user status
|
||||||
|
|
||||||
```
|
```
|
||||||
neodb-manage user active <username>
|
neodb-manage user --active <username>
|
||||||
neodb-manage user staff <username>
|
neodb-manage user --staff <username>
|
||||||
neodb-manage user super <username>
|
neodb-manage user --super <username>
|
||||||
```
|
```
|
||||||
|
|
||||||
Create an invite link
|
Create an invite link
|
||||||
|
|
||||||
```
|
```
|
||||||
neo-manage invite --create
|
neodb-manage invite --create
|
||||||
```
|
```
|
||||||
|
|
||||||
Manage user tasks and cron jobs
|
Manage user tasks and cron jobs
|
||||||
|
|
Loading…
Add table
Reference in a new issue