Add param label for PASSWORD

This commit is contained in:
Paul Schaub 2022-05-24 21:53:14 +02:00
parent 9016c9f428
commit 8406793d0e
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -29,7 +29,8 @@ public class GenerateKeyCmd implements Runnable {
List<String> userId = new ArrayList<>();
@CommandLine.Option(names = "--with-key-password",
description = "Password to protect the key")
description = "Password to protect the key",
paramLabel = "PASSWORD")
String withKeyPassword;
@Override