mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +01:00
remove extra - from --match-original
This commit is contained in:
parent
6fdf7b37e1
commit
932ef75635
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user