Skip to content

Commit

Permalink
feat: Improve option descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Sep 24, 2023
1 parent 6fc3eeb commit d5ea5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5ea5a0

Please sign in to comment.