mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
21 lines
840 B
Properties
21 lines
840 B
Properties
# SPDX-FileCopyrightText: 2024 Paul Schaub <vanitasvitae@fsfe.org>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
usage.headerHeading=Merge OpenPGP certificates%n
|
|
usage.description=BLABLA
|
|
no-armor=ASCII armor the output
|
|
CERTS[0..*]=OpenPGP certificates from which updates shall be merged into the base certificates from standard input
|
|
|
|
standardInput=CERTS
|
|
standardInputDescription=Base certificates into which additional elements from the command line shall be merged
|
|
standardOutput=CERTS
|
|
standardOutputDescription=Merged certificates
|
|
|
|
stacktrace=Print stacktrace
|
|
# Generic TODO: Remove when bumping picocli to 4.7.0
|
|
usage.parameterListHeading=%nParameters:%n
|
|
usage.synopsisHeading=Usage:\u0020
|
|
usage.descriptionHeading=%nNote:%n
|
|
usage.commandListHeading=%nCommands:%n
|
|
usage.optionListHeading=%nOptions:%n
|
|
usage.footerHeading=Powered by picocli%n
|