From 3636a85566c865210f078611edaf3388028c3c4e Mon Sep 17 00:00:00 2001 From: Jackson Date: Wed, 22 Jan 2025 09:35:43 +0100 Subject: [PATCH] reword room purge-empty dry run message --- synadm/cli/room.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synadm/cli/room.py b/synadm/cli/room.py index 7fd84ee5..255b0edf 100644 --- a/synadm/cli/room.py +++ b/synadm/cli/room.py @@ -396,8 +396,8 @@ def purge_empty(helper, no_purge, force_purge, v1, dry_run, batch_size): helper.output(empty_rooms_ids) if dry_run: - click.echo("Empty room purge dry run. Rooms will not be deleted " - "is listed.", err=True) + click.echo("Empty room purge dry run. Rooms listed are considered " + "empty.", err=True) return sure = (