mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-10 10:49:48 +02:00
Fix wrongly named resource entries
This commit is contained in:
parent
dc5f11469f
commit
dcb44f96c8
19 changed files with 33 additions and 33 deletions
|
@ -23,7 +23,7 @@ public class GenerateKeyCmd extends AbstractSopCmd {
|
|||
negatable = true)
|
||||
boolean armor = true;
|
||||
|
||||
@CommandLine.Parameters
|
||||
@CommandLine.Parameters(paramLabel = "USERID")
|
||||
List<String> userId = new ArrayList<>();
|
||||
|
||||
@CommandLine.Option(names = "--with-key-password",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue