mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-22 12:57:57 +01:00
Fix GenerateKey --with-key-password option name
This commit is contained in:
parent
baa44a6b1a
commit
edef899074
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class GenerateKeyCmd : AbstractSopCmd() {
|
||||||
|
|
||||||
@Parameters(paramLabel = "USERID") var userId: List<String> = listOf()
|
@Parameters(paramLabel = "USERID") var userId: List<String> = listOf()
|
||||||
|
|
||||||
@Option(names = ["---with-key-password"], paramLabel = "PASSWORD")
|
@Option(names = ["--with-key-password"], paramLabel = "PASSWORD")
|
||||||
var withKeyPassword: String? = null
|
var withKeyPassword: String? = null
|
||||||
|
|
||||||
@Option(names = ["--profile"], paramLabel = "PROFILE") var profile: String? = null
|
@Option(names = ["--profile"], paramLabel = "PROFILE") var profile: String? = null
|
||||||
|
|
Loading…
Reference in a new issue