sop-java/sop-java-picocli/src/main/resources/msg_extract-cert.properties

15 lines
577 B
Properties
Raw Normal View History

# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
#
# SPDX-License-Identifier: Apache-2.0
2023-07-12 14:30:45 +02:00
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.
2022-08-04 12:48:32 +02:00
no-armor=ASCII armor the output
stacktrace=Print stacktrace
# Generic TODO: Remove when bumping picocli to 4.7.0
2023-07-12 14:30:45 +02:00
usage.descriptionHeading=%nDescription:%n
usage.synopsisHeading=Usage:\u0020
usage.commandListHeading = %nCommands:%n
usage.optionListHeading = %nOptions:%n
usage.footerHeading=Powered by picocli%n