mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-16 12:42:05 +01:00
Add param label for PASSWORD
This commit is contained in:
parent
9016c9f428
commit
8406793d0e
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ public class GenerateKeyCmd implements Runnable {
|
||||||
List<String> userId = new ArrayList<>();
|
List<String> userId = new ArrayList<>();
|
||||||
|
|
||||||
@CommandLine.Option(names = "--with-key-password",
|
@CommandLine.Option(names = "--with-key-password",
|
||||||
description = "Password to protect the key")
|
description = "Password to protect the key",
|
||||||
|
paramLabel = "PASSWORD")
|
||||||
String withKeyPassword;
|
String withKeyPassword;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue