mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
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