Merge MergeDAT, part 2

This commit is contained in:
Matt Nadareski
2016-04-21 13:32:35 -07:00
parent 9fcb04d694
commit c757bd1534
4 changed files with 571 additions and 590 deletions

View File

@@ -159,7 +159,7 @@ namespace SabreTools
{
cat = arg.Split('=')[1];
}
else if (arg.StartsWith("-a=") || arg.StartsWith("--author="))
else if (arg.StartsWith("-au=") || arg.StartsWith("--author="))
{
author = arg.Split('=')[1];
}