[SabreTools] Add final code to hook up old SimpleSort methods to SabreTools

This commit is contained in:
Matt Nadareski
2016-10-25 15:10:24 -07:00
parent 521b2c77a8
commit ab8e23769c

View File

@@ -919,7 +919,7 @@ namespace SabreTools
}
// If more than one switch is enabled, show the help screen
if (!(datFromDir ^ headerer ^ splitByExt ^ splitByHash ^ splitByType ^ stats ^ update))
if (!(convert ^ datFromDir ^ headerer ^ sort ^ splitByExt ^ splitByHash ^ splitByType ^ stats ^ update ^ verify))
{
_logger.Error("Only one feature switch is allowed at a time");
Build.Help("SabreTools");