Skip to content

Commit 3829136

Browse files
committed
fix: remove -e from experimental option
1 parent 00145f2 commit 3829136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/cli/command/MainCommand.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ internal object MainCommand : Runnable {
4747
@Option(names = ["-r", "--resource-patcher"], description = ["Disable patching resources"])
4848
var disableResourcePatching: Boolean = false
4949

50-
@Option(names = ["-e", "--experimental"], description = ["Disable patch version compatibility patch"])
50+
@Option(names = ["--experimental"], description = ["Disable patch version compatibility patch"])
5151
var experimental: Boolean = false
5252

5353
@Option(names = ["-m", "--merge"], description = ["One or more dex file containers to merge"])

0 commit comments

Comments
 (0)