mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 01:39:43 +02:00
19 lines
751 B
Properties
19 lines
751 B
Properties
# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
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.footerHeading=Powered by picocli%n
|