mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 01:39:43 +02:00
18 lines
674 B
Properties
18 lines
674 B
Properties
# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
usage.header=Split signatures from a clearsigned message
|
|
no-armor=ASCII armor the output
|
|
signatures-out=Destination to which a detached signatures block will be written
|
|
|
|
standardInput=INLINESIGNED
|
|
standardInputDescription=Inline-signed OpenPGP message
|
|
standardOutput=DATA
|
|
standardOutputDescription=The message without any signatures
|
|
|
|
stacktrace=Print stacktrace
|
|
# Generic TODO: Remove when bumping picocli to 4.7.0
|
|
usage.synopsisHeading=Usage:\u0020
|
|
usage.commandListHeading=%nCommands:%n
|
|
usage.optionListHeading=%nOptions:%n
|
|
usage.footerHeading=Powered by picocli%n
|