mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-12 13:17:46 +01:00
fix: use correct option name
This commit is contained in:
parent
9edbbf3163
commit
f8972eac3e
@ -34,7 +34,7 @@ internal object PatchCommand: Runnable {
|
|||||||
lateinit var apk: File
|
lateinit var apk: File
|
||||||
|
|
||||||
@CommandLine.Option(
|
@CommandLine.Option(
|
||||||
names = ["-b", "--bundle"],
|
names = ["-b", "--patch-bundle"],
|
||||||
description = ["One or more bundles of patches"],
|
description = ["One or more bundles of patches"],
|
||||||
required = true
|
required = true
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user