fix: use correct option name

This commit is contained in:
oSumAtrIX 2023-08-23 03:40:32 +02:00
parent 9edbbf3163
commit f8972eac3e
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 1 deletions

View File

@ -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
)