Fix parameter label of --as=clearsigned

This commit is contained in:
Paul Schaub 2022-12-13 17:06:35 +01:00
parent ae128d2cbb
commit 2328bdf6af
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class InlineSignCmd extends AbstractSopCmd {
boolean armor = true;
@CommandLine.Option(names = "--as",
paramLabel = "{binary|text|cleartextsigned}")
paramLabel = "{binary|text|clearsigned}")
InlineSignAs type;
@CommandLine.Parameters(paramLabel = "KEYS")