From 10c93c8be813cf9de331b25050e1bb8ff74bbf60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=9E=E6=B3=95=E6=93=8D=E4=BD=9C?= Date: Wed, 14 Jan 2026 10:17:22 +0800 Subject: [PATCH] Update api/commands.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- api/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/commands.py b/api/commands.py index 87346aaa27..e223df74d4 100644 --- a/api/commands.py +++ b/api/commands.py @@ -2197,7 +2197,7 @@ def migrate_oss( show_default=True, help="Graceful period in days after subscription expiration, will be ignored when billing is disabled.", ) -@click.option("--dry-run", is_flag=True, default=False, help="Show messages logs would be cleaned without deleteing") +@click.option("--dry-run", is_flag=True, default=False, help="Show messages logs would be cleaned without deleting") def clean_expired_messages( batch_size: int, graceful_period: int,