From ddd3e946988f91785c5baf31725d8c97f5730ec3 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Sat, 26 Jul 2025 22:28:15 +0800 Subject: [PATCH] fix wrong text --- SpineViewerCLI/SpineViewerCLI.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SpineViewerCLI/SpineViewerCLI.cs b/SpineViewerCLI/SpineViewerCLI.cs index 4d18f54..2c91c5e 100644 --- a/SpineViewerCLI/SpineViewerCLI.cs +++ b/SpineViewerCLI/SpineViewerCLI.cs @@ -10,7 +10,7 @@ namespace SpineViewerCLI public class CLI { const string USAGE = @" -usage: SpineExporter.exe [--skel PATH] [--atlas PATH] [--output PATH] [--animation STR] [--pma] [--fps INT] [--loop] [--crf INT] [--width INT] [--height INT] [--centerx INT] [--centery INT] [--zoom FLOAT] [--speed FLOAT] [--color HEX] [--quiet] +usage: SpineViewerCLI.exe [--skel PATH] [--atlas PATH] [--output PATH] [--animation STR] [--pma] [--fps INT] [--loop] [--crf INT] [--width INT] [--height INT] [--centerx INT] [--centery INT] [--zoom FLOAT] [--speed FLOAT] [--color HEX] [--quiet] options: --skel PATH Path to the .skel file @@ -33,7 +33,6 @@ options: public static void Main(string[] args) { - string? skelPath = null; string? atlasPath = null; string? output = null;