mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-10 10:49:48 +02:00
Initial implementation of 'revoke-key' command
This commit is contained in:
parent
ab2e4aa8e7
commit
e6393b44b9
8 changed files with 151 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
# SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
usage.header=Erzeuge Widerrufszertifikate für private Schlüssel
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.synopsisHeading=Aufruf:\u0020
|
||||
usage.commandListHeading=%nBefehle:%n
|
||||
usage.optionListHeading = %nOptionen:%n
|
||||
usage.footerHeading=Powered by Picocli%n
|
Loading…
Add table
Add a link
Reference in a new issue