mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-10 02:39:45 +02:00
Typos and improvements
This commit is contained in:
parent
9ad59abb2a
commit
530c44ad16
10 changed files with 18 additions and 14 deletions
|
@ -1,7 +1,8 @@
|
|||
# SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
usage.header=Verify a detached signature over the data from standard input
|
||||
usage.header=Verify a detached signature
|
||||
usage.description=Verify a detached signature over some data from STDIN.
|
||||
not-before.0=ISO-8601 formatted UTC date (e.g. '2020-11-23T16:35Z)
|
||||
not-before.1=Reject signatures with a creation date not in range.
|
||||
not-before.2=Defaults to beginning of time ("-").
|
||||
|
@ -14,6 +15,7 @@ CERT[1..*]=Public key certificates for signature verification
|
|||
|
||||
stacktrace=Print stacktrace
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.descriptionHeading=%nDescription:%n
|
||||
usage.parameterListHeading=%nParameters:%n
|
||||
usage.synopsisHeading=Usage:\u0020
|
||||
usage.commandListHeading = %nCommands:%n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue