File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/kotlin/app/revanced/cli/command Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ internal object PatchCommand : Runnable {
115
115
)
116
116
private var keystoreFilePath: File ? = null
117
117
118
- // key store password
119
118
@CommandLine.Option (
120
119
names = [" --keystore-password" ],
121
120
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 {
124
123
125
124
@CommandLine.Option (
126
125
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." ],
128
127
showDefaultValue = ALWAYS ,
129
128
)
130
129
private var alias = " ReVanced Key"
You can’t perform that action at this time.
0 commit comments