fix wrong deactivate-all argument comment
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
391bfd986e
commit
60141950f7
|
@ -49,7 +49,7 @@ pub(super) enum UserCommand {
|
||||||
/// Markdown code block below the command.
|
/// Markdown code block below the command.
|
||||||
DeactivateAll {
|
DeactivateAll {
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
/// Remove users from their joined rooms
|
/// Does not leave any rooms the user is in on deactivation
|
||||||
no_leave_rooms: bool,
|
no_leave_rooms: bool,
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
/// Also deactivate admin accounts and will assume leave all rooms too
|
/// Also deactivate admin accounts and will assume leave all rooms too
|
||||||
|
|
Loading…
Reference in New Issue