From 62a0cd670b17c50c845661d9d008e85114992026 Mon Sep 17 00:00:00 2001 From: CorrectRoad Date: Sat, 8 Feb 2025 20:36:11 +0800 Subject: [PATCH] chore: fix document error --- docs/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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