From 2d79a0a4ae981a4f12a4caec1069d482f5015676 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 20 May 2016 22:44:48 -0700 Subject: [PATCH] ...wrong flag name --- HashSplit/HashSplit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HashSplit/HashSplit.cs b/HashSplit/HashSplit.cs index c72145ac..8c3efbdd 100644 --- a/HashSplit/HashSplit.cs +++ b/HashSplit/HashSplit.cs @@ -61,7 +61,7 @@ namespace SabreTools logger.Close(); return; default: - if (arg.StartsWith("out=")) + if (arg.StartsWith("-out=")) { outdir = arg.Split('=')[1]; }