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,