Fix behavior of -o parameter

This commit is contained in:
Bearborg 2021-10-27 12:27:18 -04:00 committed by GitHub
parent cd39be0add
commit f04b080e0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ namespace PKGTool
if (args.Length == 4)
{
if (args[2] == "-o")
outPath = args[2];
outPath = args[3];
else
{
Usage();