feat: Improve option descriptions

This commit is contained in:
oSumAtrIX
2023-09-24 21:50:42 +02:00
parent 6fc3eebc21
commit d5ea5a0ab1

View File

@@ -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