Skip to content
Snippets Groups Projects
Unverified Commit 1c31f790 authored by Zeyphros's avatar Zeyphros
Browse files

Update command comment to coincide with the default action

parent f6183e45
No related branches found
No related tags found
No related merge requests found
......@@ -240,8 +240,8 @@ enum AdminCommand {
/// Deactivate a user
///
/// User will be removed from all rooms by default.
/// This behaviour can be overridden with the --no-leave-rooms flag.
/// User will not be removed from all rooms by default.
/// Use --leave-rooms to force the user to leave all rooms
DeactivateUser {
#[clap(short, long)]
leave_rooms: bool,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment