Fix GenerateKey --with-key-password option name

This commit is contained in:
Paul Schaub 2023-11-15 12:42:41 +01:00
parent baa44a6b1a
commit edef899074
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class GenerateKeyCmd : AbstractSopCmd() {
@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
@Option(names = ["--profile"], paramLabel = "PROFILE") var profile: String? = null