We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb1a63 commit 3b3f7c7Copy full SHA for 3b3f7c7
src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
@@ -25,7 +25,7 @@ import java.util.logging.Logger
25
26
27
@CommandLine.Command(
28
- name = "patch", description = ["Patch the supplied APK file with the supplied patches and integrations"]
+ name = "patch", description = ["Patch an APK file"]
29
)
30
internal object PatchCommand : Runnable {
31
private val logger = Logger.getLogger(PatchCommand::class.java.name)
0 commit comments