mirror of
https://github.com/UltiNaruto/PKGTool
synced 2024-11-10 06:04:19 +00:00
Fix behavior of -o parameter
This commit is contained in:
parent
cd39be0add
commit
f04b080e0d
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ namespace PKGTool
|
|||
if (args.Length == 4)
|
||||
{
|
||||
if (args[2] == "-o")
|
||||
outPath = args[2];
|
||||
outPath = args[3];
|
||||
else
|
||||
{
|
||||
Usage();
|
||||
|
|
Loading…
Reference in a new issue