2022-08-04 12:15:53 +02:00
|
|
|
# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
usage.header=Encrypt a message from standard input
|
2022-08-04 12:48:32 +02:00
|
|
|
no-armor=ASCII armor the output
|
|
|
|
as=Type of the input data. Defaults to 'binary'
|
2022-08-04 12:15:53 +02:00
|
|
|
with-password.0=Encrypt the message with a password.
|
2023-04-26 16:47:53 +02:00
|
|
|
with-password.1=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
2022-08-04 12:15:53 +02:00
|
|
|
sign-with=Sign the output with a private key
|
2023-04-14 15:07:43 +02:00
|
|
|
profile=Profile identifier to switch between profiles
|
2022-08-04 12:15:53 +02:00
|
|
|
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...).
|
2022-08-04 12:48:32 +02:00
|
|
|
CERTS[0..*]=Certificates the message gets encrypted to
|
2022-08-04 13:14:21 +02:00
|
|
|
|
|
|
|
# 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
|