[SabreTools] Stop conflict between DFD and output formats

This commit is contained in:
Matt Nadareski
2016-09-21 21:28:19 -07:00
parent bd049f12ec
commit dcbae99696

View File

@@ -519,7 +519,7 @@ namespace SabreTools
} }
// If more than one switch is enabled, show the help screen // If more than one switch is enabled, show the help screen
if (!(datfromdir ^ extsplit ^ hashsplit ^ headerer ^ (merge || diffMode != 0 || update if (!(extsplit ^ hashsplit ^ headerer ^ (datfromdir || merge || diffMode != 0 || update
|| outputFormat != 0 || tsv != null|| trim) ^ rem ^ stats ^ typesplit)) || outputFormat != 0 || tsv != null|| trim) ^ rem ^ stats ^ typesplit))
{ {
_logger.Error("Only one feature switch is allowed at a time"); _logger.Error("Only one feature switch is allowed at a time");