diff --git a/PKGTool/Program.cs b/PKGTool/Program.cs index 063dc38..e3f898e 100644 --- a/PKGTool/Program.cs +++ b/PKGTool/Program.cs @@ -124,7 +124,7 @@ namespace PKGTool if (args.Length == 4) { if (args[2] == "-o") - outPath = args[2]; + outPath = args[3]; else { Usage();