2023-07-12 01:35:25 +02:00
|
|
|
# SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2023-07-12 14:30:23 +02:00
|
|
|
usage.header=Update the password of a key
|
2023-07-12 14:17:28 +02:00
|
|
|
usage.description.0=Unlock all secret keys from STDIN using the given old passwords and emit them re-locked using the new password to STDOUT.
|
|
|
|
usage.description.1=If any (sub-) key cannot be unlocked, this operation will exit with error code 67.
|
2023-07-12 01:35:25 +02:00
|
|
|
no-armor=ASCII armor the output
|
2023-07-12 14:17:28 +02:00
|
|
|
new-key-password.0=New password to lock the keys with.
|
|
|
|
new-key-password.1=If no new password is passed in, the keys will be emitted unlocked.
|
|
|
|
new-key-password.2=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
|
|
|
old-key-password.0=Old passwords to unlock the keys with.
|
|
|
|
old-key-password.1=Multiple passwords can be passed in, which are tested sequentially to unlock locked subkeys.
|
|
|
|
old-key-password.2=Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
|
2023-07-12 01:35:25 +02:00
|
|
|
|
2023-07-12 14:17:28 +02:00
|
|
|
stacktrace=Print stacktrace
|
2023-07-12 01:35:25 +02:00
|
|
|
# Generic TODO: Remove when bumping picocli to 4.7.0
|
2023-07-12 14:17:28 +02:00
|
|
|
usage.descriptionHeading=%nDescription:%n
|
2023-07-12 01:35:25 +02:00
|
|
|
usage.synopsisHeading=Usage:\u0020
|
|
|
|
usage.commandListHeading = %nCommands:%n
|
|
|
|
usage.optionListHeading = %nOptions:%n
|
|
|
|
usage.footerHeading=Powered by picocli%n
|