mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-04 17:29:14 +01:00
Update command comment to coincide with the default action
This commit is contained in:
parent
f6183e457d
commit
1c31f7905f
1 changed files with 2 additions and 2 deletions
|
@ -240,8 +240,8 @@ enum AdminCommand {
|
||||||
|
|
||||||
/// Deactivate a user
|
/// Deactivate a user
|
||||||
///
|
///
|
||||||
/// User will be removed from all rooms by default.
|
/// User will not be removed from all rooms by default.
|
||||||
/// This behaviour can be overridden with the --no-leave-rooms flag.
|
/// Use --leave-rooms to force the user to leave all rooms
|
||||||
DeactivateUser {
|
DeactivateUser {
|
||||||
#[clap(short, long)]
|
#[clap(short, long)]
|
||||||
leave_rooms: bool,
|
leave_rooms: bool,
|
||||||
|
|
Loading…
Reference in a new issue