diff --git a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt index 279fce8..1298ac2 100644 --- a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt +++ b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt @@ -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 )