1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-08-18 14:34:40 +02:00

Update command comment to coincide with the default action

This commit is contained in:
Zeyphros 2022-06-19 18:53:12 +02:00
parent f6183e457d
commit 1c31f7905f
No known key found for this signature in database
GPG key ID: AD4D831FBD76C521

View file

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