mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-01 14:44:26 +02: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.")
|
.withDescription("Decode in debug mode. Check project page for more info.")
|
||||||
.create("d");
|
.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.")
|
.withDescription("Keeps files to closest to original as possible. Prevents rebuild.")
|
||||||
.create("m");
|
.create("m");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user