Skip to content

Commit 3b3f7c7

Browse files
committed
feat: Simplify command description
1 parent bbb1a63 commit 3b3f7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/cli/command/PatchCommand.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import java.util.logging.Logger
2525

2626

2727
@CommandLine.Command(
28-
name = "patch", description = ["Patch the supplied APK file with the supplied patches and integrations"]
28+
name = "patch", description = ["Patch an APK file"]
2929
)
3030
internal object PatchCommand : Runnable {
3131
private val logger = Logger.getLogger(PatchCommand::class.java.name)

0 commit comments

Comments
 (0)