feat: Simplify command description

This commit is contained in:
oSumAtrIX
2023-08-28 20:17:12 +02:00
parent bbb1a63abd
commit 3b3f7c7a7a

View File

@@ -25,7 +25,7 @@ import java.util.logging.Logger
@CommandLine.Command(
name = "patch", description = ["Patch the supplied APK file with the supplied patches and integrations"]
name = "patch", description = ["Patch an APK file"]
)
internal object PatchCommand : Runnable {
private val logger = Logger.getLogger(PatchCommand::class.java.name)