fix wrong text
This commit is contained in:
@@ -10,7 +10,7 @@ namespace SpineViewerCLI
|
|||||||
public class CLI
|
public class CLI
|
||||||
{
|
{
|
||||||
const string USAGE = @"
|
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:
|
options:
|
||||||
--skel PATH Path to the .skel file
|
--skel PATH Path to the .skel file
|
||||||
@@ -33,7 +33,6 @@ options:
|
|||||||
|
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
|
||||||
string? skelPath = null;
|
string? skelPath = null;
|
||||||
string? atlasPath = null;
|
string? atlasPath = null;
|
||||||
string? output = null;
|
string? output = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user