remove extra - from --match-original

This commit is contained in:
Connor Tumbleson 2013-06-25 08:29:45 -05:00
parent 6fdf7b37e1
commit 932ef75635

View File

@ -284,7 +284,7 @@ public class Main {
.withDescription("Decode in debug mode. Check project page for more info.")
.create("d");
Option analysisOption = OptionBuilder.withLongOpt("-match-original")
Option analysisOption = OptionBuilder.withLongOpt("match-original")
.withDescription("Keeps files to closest to original as possible. Prevents rebuild.")
.create("m");