mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 01:39:43 +02:00
20 lines
866 B
Properties
20 lines
866 B
Properties
# SPDX-FileCopyrightText: 2024 Paul Schaub <vanitasvitae@fsfe.org>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
usage.header=Validate a UserID in an OpenPGP certificate
|
|
addr-spec-only=Treat the USERID as an email address, match only against the email address part of each correctly bound UserID
|
|
USERID[0]=UserID
|
|
CERTS[1..*]=Authority OpenPGP certificates
|
|
|
|
standardInput=CERTS
|
|
standardInputDescription=OpenPGP certificates in which UserID bindings shall be validated
|
|
|
|
picocli.endofoptions.description=End of options. Remainder are positional parameters. Fixes 'Missing required parameter' error
|
|
|
|
stacktrace=Print stacktrace
|
|
# Generic TODO: Remove when bumping picocli to 4.7.0
|
|
usage.parameterListHeading=%nParameters:%n
|
|
usage.synopsisHeading=Usage:\u0020
|
|
usage.commandListHeading=%nCommands:%n
|
|
usage.optionListHeading=%nOptions:%n
|
|
usage.footerHeading=Powered by picocli%n
|