mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 10:19:47 +02:00
28 lines
1.2 KiB
Properties
28 lines
1.2 KiB
Properties
# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
usage.header=Verify a detached signature
|
|
usage.description=Verify a detached signature over some data from STDIN.
|
|
not-before.0=ISO-8601 formatted UTC date (e.g. '2020-11-23T16:35Z)
|
|
not-before.1=Reject signatures with a creation date not in range.
|
|
not-before.2=Defaults to beginning of time ("-").
|
|
not-after.0=ISO-8601 formatted UTC date (e.g. '2020-11-23T16:35Z)
|
|
not-after.1=Reject signatures with a creation date not in range.
|
|
not-after.2=Defaults to current system time ("now").
|
|
not-after.3=Accepts special value "-" for end of time.
|
|
SIGNATURE[0]=Detached signature
|
|
CERT[1..*]=Public key certificates for signature verification
|
|
|
|
standardInput=DATA
|
|
standardInputDescription=Data over which the detached signatures were calculated
|
|
standardOutput=VERIFICATIONS
|
|
standardOutputDescription=Information about successfully verified signatures
|
|
|
|
stacktrace=Print stacktrace
|
|
# Generic TODO: Remove when bumping picocli to 4.7.0
|
|
usage.descriptionHeading=%nDescription:%n
|
|
usage.parameterListHeading=%nParameters:%n
|
|
usage.synopsisHeading=Usage:\u0020
|
|
usage.commandListHeading=%nCommands:%n
|
|
usage.optionListHeading=%nOptions:%n
|
|
usage.footerHeading=Powered by picocli%n
|