mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 10:19:47 +02:00
Fix issues with i18n properties
This commit is contained in:
parent
e336e536a8
commit
226b5d99a0
9 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue