Skip to content

Commit 45a2ffa

Browse files
committed
fix: Use correct option description
1 parent 932494e commit 45a2ffa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/kotlin/app/revanced/cli/command/PatchCommand.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ internal object PatchCommand : Runnable {
115115
)
116116
private var keystoreFilePath: File? = null
117117

118-
// key store password
119118
@CommandLine.Option(
120119
names = ["--keystore-password"],
121120
description = ["The password of the keystore to sign the patched APK file with. Empty password by default."],
@@ -124,7 +123,7 @@ internal object PatchCommand : Runnable {
124123

125124
@CommandLine.Option(
126125
names = ["--alias"],
127-
description = ["The alias of the key from the keystore to sign the patched APK file with."],
126+
description = ["The alias of the keystore entry to sign the patched APK file with."],
128127
showDefaultValue = ALWAYS,
129128
)
130129
private var alias = "ReVanced Key"

0 commit comments

Comments
 (0)