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

Commit d5ea5a0

Browse files
committed
feat: Improve option descriptions
1 parent 6fc3eeb commit d5ea5a0

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
@@ -58,7 +58,7 @@ internal object PatchCommand : Runnable {
5858

5959
@CommandLine.Option(
6060
names = ["-f","--force"],
61-
description = ["Force inclusion of patches that are incompatible with the supplied APK file's version"],
61+
description = ["Bypass compatibility checks for the supplied APK's version"],
6262
showDefaultValue = ALWAYS
6363
)
6464
private var force: Boolean = false

0 commit comments

Comments
 (0)