mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 10:19:47 +02:00
21 lines
855 B
Properties
21 lines
855 B
Properties
# SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
usage.header=Generate revocation certificates
|
|
usage.description=Emit revocation certificates for secret keys from STDIN to STDOUT.
|
|
no-armor=ASCII armor the output
|
|
with-key-password.0=Passphrase to unlock the secret key(s).
|
|
with-key-password.1=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
|
|
|
standardInput=KEYS
|
|
standardInputDescription=OpenPGP key that shall be revoked
|
|
standardOutput=CERTS
|
|
standardOutputDescription=Revocation certificate
|
|
|
|
stacktrace=Print stacktrace
|
|
# Generic TODO: Remove when bumping picocli to 4.7.0
|
|
usage.descriptionHeading=D%nescription:%n
|
|
usage.synopsisHeading=Usage:\u0020
|
|
usage.commandListHeading=%nCommands:%n
|
|
usage.optionListHeading=%nOptions:%n
|
|
usage.footerHeading=Powered by picocli%n
|