Browse Source

Update command comment to coincide with the default action

merge-requests/373/head
Zeyphros 4 years ago
parent
commit
1c31f7905f
No known key found for this signature in database
GPG Key ID: AD4D831FBD76C521
  1. 4
      src/database/admin.rs

4
src/database/admin.rs

@ -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,

Loading…
Cancel
Save