mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +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;
|
boolean armor = true;
|
||||||
|
|
||||||
@CommandLine.Option(names = "--as",
|
@CommandLine.Option(names = "--as",
|
||||||
paramLabel = "{binary|text|cleartextsigned}")
|
paramLabel = "{binary|text|clearsigned}")
|
||||||
InlineSignAs type;
|
InlineSignAs type;
|
||||||
|
|
||||||
@CommandLine.Parameters(paramLabel = "KEYS")
|
@CommandLine.Parameters(paramLabel = "KEYS")
|
||||||
|
|
Loading…
Reference in a new issue