[SabreTools] Remove space from flag

This commit is contained in:
Matt Nadareski
2016-08-23 14:51:52 -07:00
parent 181b65c513
commit a0881d5d60

View File

@@ -371,7 +371,7 @@ namespace SabreTools
trim = true; trim = true;
break; break;
case "-tsv": case "-tsv":
case " --tsv": case "--tsv":
tsv = true; tsv = true;
break; break;
case "-u": case "-u":