We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc3eeb commit d5ea5a0Copy full SHA for d5ea5a0
src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
@@ -58,7 +58,7 @@ internal object PatchCommand : Runnable {
58
59
@CommandLine.Option(
60
names = ["-f","--force"],
61
- description = ["Force inclusion of patches that are incompatible with the supplied APK file's version"],
+ description = ["Bypass compatibility checks for the supplied APK's version"],
62
showDefaultValue = ALWAYS
63
)
64
private var force: Boolean = false
0 commit comments