From cc6d1b6c005be5bc60882b16d42d8c27c7473fb9 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Sun, 26 Oct 2025 19:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewerCLI/ExportCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpineViewerCLI/ExportCommand.cs b/SpineViewerCLI/ExportCommand.cs index 54f1ece..058f8dd 100644 --- a/SpineViewerCLI/ExportCommand.cs +++ b/SpineViewerCLI/ExportCommand.cs @@ -57,7 +57,7 @@ namespace SpineViewerCLI public Option OptAnimations { get; } = new("--animations", "-a") { - Description = "Animations to export. Supports multiple entries, placed in order on tracks starting from 0。", + Description = "Animations to export. Supports multiple entries, placed in order on tracks starting from 0.", Required = true, Arity = ArgumentArity.OneOrMore, AllowMultipleArgumentsPerToken = true,