mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 02:09:42 +02: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…
Add table
Add a link
Reference in a new issue