mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-10 02:39:45 +02:00
Update msg files with input/output information
This commit is contained in:
parent
8f7a085911
commit
d9afc3f2a0
40 changed files with 190 additions and 66 deletions
|
@ -5,10 +5,15 @@ usage.header=Extract a public key certificate from a secret key
|
|||
usage.description=Read a secret key from STDIN and emit the public key certificate to STDOUT.
|
||||
no-armor=ASCII armor the output
|
||||
|
||||
standardInput=KEYS
|
||||
standardInputDescription=Private key(s), from which certificate(s) shall be extracted
|
||||
standardOutput=CERTS
|
||||
standardOutputDescription=Extracted certificate(s)
|
||||
|
||||
stacktrace=Print stacktrace
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.descriptionHeading=%nDescription:%n
|
||||
usage.synopsisHeading=Usage:\u0020
|
||||
usage.commandListHeading = %nCommands:%n
|
||||
usage.optionListHeading = %nOptions:%n
|
||||
usage.commandListHeading=%nCommands:%n
|
||||
usage.optionListHeading=%nOptions:%n
|
||||
usage.footerHeading=Powered by picocli%n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue