Fix issues with i18n properties

This commit is contained in:
Paul Schaub 2023-04-26 16:47:53 +02:00
parent e336e536a8
commit 226b5d99a0
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
9 changed files with 16 additions and 16 deletions

View file

@ -3,12 +3,12 @@
# SPDX-License-Identifier: Apache-2.0
usage.header=Create a detached signature on the data from standard input
no-armor=ASCII armor the output
as.0=Specify the output format of the signed message
as.0=Specify the output format of the signed message.
as.1=Defaults to 'binary'.
as.2=If '--as=text' and the input data is not valid UTF-8, sign fails with return code 53.
with-key-password.0=Passphrase to unlock the secret key(s).
with-key-password.1=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
micalg-out=Emits the digest algorithm used to the specified file in a way that can be used to populate the micalg parameter for the PGP/MIME Content-Type (RFC3156)
micalg-out=Emits the digest algorithm used to the specified file in a way that can be used to populate the micalg parameter for the PGP/MIME Content-Type (RFC3156).
KEYS[0..*]=Secret keys used for signing
# Generic TODO: Remove when bumping picocli to 4.7.0