sop-java/sop-java-picocli/src/main/resources/generate-key.properties
Paul Schaub fa52df385e
Split message resources into separate per-command resource files.
Since picocli 4.7.0, subcommands inherit resources from their
parent commands, so we can store shared stuff like error msgs
etc. in the parent (sop) resources file.

This enables us to rename the parent command downstream (e.g. in
pgpainless-cli).

Only the help command breaks when renaming the parent command.
TODO: Fix
2022-07-25 19:15:47 +02:00

8 lines
434 B
Properties

# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
#
# SPDX-License-Identifier: Apache-2.0
usage.header=Generate a secret key
usage.option.armor=ASCII armor the output
usage.option.user_id=User-ID, e.g. "Alice <alice@example.com>"
usage.option.with_key_password.0=Password to protect the private key with
usage.option.with_key_password.1=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).