mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-13 14:43:15 +00:00
fix: use correct option name
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user