Skip to content

Commit

Permalink
Fix parameter label of --as=clearsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Dec 13, 2022
1 parent ae128d2 commit 2328bdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2328bdf

Please sign in to comment.