mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-19 01:59:25 +01:00
feat: Improve option descriptions
This commit is contained in:
parent
6fc3eebc21
commit
d5ea5a0ab1
@ -58,7 +58,7 @@ internal object PatchCommand : Runnable {
|
|||||||
|
|
||||||
@CommandLine.Option(
|
@CommandLine.Option(
|
||||||
names = ["-f","--force"],
|
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
|
showDefaultValue = ALWAYS
|
||||||
)
|
)
|
||||||
private var force: Boolean = false
|
private var force: Boolean = false
|
||||||
|
Loading…
Reference in New Issue
Block a user