From 60141950f746467e1de5f3153909ff8f82e8a26d Mon Sep 17 00:00:00 2001 From: strawberry Date: Fri, 5 Jul 2024 16:31:54 -0400 Subject: [PATCH] fix wrong deactivate-all argument comment Signed-off-by: strawberry --- src/admin/user/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/user/mod.rs b/src/admin/user/mod.rs index 31bf57d6..088133a5 100644 --- a/src/admin/user/mod.rs +++ b/src/admin/user/mod.rs @@ -49,7 +49,7 @@ pub(super) enum UserCommand { /// Markdown code block below the command. DeactivateAll { #[arg(short, long)] - /// Remove users from their joined rooms + /// Does not leave any rooms the user is in on deactivation no_leave_rooms: bool, #[arg(short, long)] /// Also deactivate admin accounts and will assume leave all rooms too