From d5ea5a0ab1cc015730063e5be94ee18bd88cc906 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 24 Sep 2023 21:50:42 +0200 Subject: [PATCH] feat: Improve option descriptions --- src/main/kotlin/app/revanced/cli/command/PatchCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt index e74bfb9d..daae3ddf 100644 --- a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt +++ b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt @@ -58,7 +58,7 @@ internal object PatchCommand : Runnable { @CommandLine.Option( names = ["-f","--force"], - 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"], showDefaultValue = ALWAYS ) private var force: Boolean = false