Fix wrongly named resource entries

This commit is contained in:
Paul Schaub 2022-08-04 12:48:32 +02:00
parent dc5f11469f
commit dcb44f96c8
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
19 changed files with 33 additions and 33 deletions

View file

@ -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",