Some minor fixes
This commit is contained in:
@@ -13,7 +13,7 @@ namespace AssetStudioCLI
|
||||
{
|
||||
CLIRun();
|
||||
}
|
||||
else if (CLIOptions.showHelp)
|
||||
else if (CLIOptions.o_displayHelp.Value)
|
||||
{
|
||||
CLIOptions.ShowHelp();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user