mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
...wrong flag name
This commit is contained in:
@@ -61,7 +61,7 @@ namespace SabreTools
|
||||
logger.Close();
|
||||
return;
|
||||
default:
|
||||
if (arg.StartsWith("out="))
|
||||
if (arg.StartsWith("-out="))
|
||||
{
|
||||
outdir = arg.Split('=')[1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user