Skip to content

Commit

Permalink
signing-levels
Browse files Browse the repository at this point in the history
Only v1 to v4
I think it may temporarily not support v4 (Android 12+)
  • Loading branch information
HSSkyBoy committed Aug 15, 2024
1 parent 4219511 commit 0bbf915
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 @@ -184,7 +184,7 @@ internal object PatchCommand : Runnable {

@CommandLine.Option(
names = ["--signing-levels"],
description = ["Output apk signing levels, eg. \"1,2,3,4\", empty as default."],
description = ["Output apk signing levels, eg. \"1,2,3\", empty as default."],
converter = [SignLevelsConverter::class],
arity = "0..1",
)
Expand Down

0 comments on commit 0bbf915

Please sign in to comment.