mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-19 01:59:25 +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
|
||||
|
||||
@CommandLine.Option(
|
||||
names = ["-b", "--bundle"],
|
||||
names = ["-b", "--patch-bundle"],
|
||||
description = ["One or more bundles of patches"],
|
||||
required = true
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user