mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 07:12:04 +01:00
Fix parameter label of --as=clearsigned
This commit is contained in:
parent
ae128d2cbb
commit
2328bdf6af
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue