Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fix: use correct option name
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Aug 23, 2023
1 parent 9edbbf3 commit f8972ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit f8972ea

Please sign in to comment.