mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-25 16:42:07 +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<>();
|
||||
|
||||
@CommandLine.Option(names = "--with-key-password",
|
||||
description = "Password to protect the key")
|
||||
description = "Password to protect the key",
|
||||
paramLabel = "PASSWORD")
|
||||
String withKeyPassword;
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue