mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-26 00:52:07 +01:00
Document endOfOptionsDelimiter
This commit is contained in:
parent
c7a4087763
commit
b2099dc508
4 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,8 @@ standardInputDescription=Certificates that shall be certified
|
|||
standardOutput=CERTS
|
||||
standardOutputDescription=Certified certificates
|
||||
|
||||
picocli.endofoptions.description=End of options. Remainder are positional parameters. Fixes 'Missing required parameter' error
|
||||
|
||||
stacktrace=Print stacktrace
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.parameterListHeading=%nParameters:%n
|
||||
|
|
|
@ -12,6 +12,8 @@ KEYS[0..*]=Private Schl
|
|||
standardInputDescription=Zertifikate, auf denen Identitäten zertifiziert werden sollen
|
||||
standardOutputDescription=Zertifizierte Zertifikate
|
||||
|
||||
picocli.endofoptions.description=Ende der Optionen. Der Rest sind Positionsparameter. Behebt 'Missing required parameter' Fehler
|
||||
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.parameterListHeading=%nParameter:%n
|
||||
usage.synopsisHeading=Aufruf:\u0020
|
||||
|
|
|
@ -9,6 +9,8 @@ CERTS[1..*]=Authority OpenPGP certificates
|
|||
standardInput=CERTS
|
||||
standardInputDescription=OpenPGP certificates in which UserID bindings shall be validated
|
||||
|
||||
picocli.endofoptions.description=End of options. Remainder are positional parameters. Fixes 'Missing required parameter' error
|
||||
|
||||
stacktrace=Print stacktrace
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.parameterListHeading=%nParameters:%n
|
||||
|
|
|
@ -9,6 +9,8 @@ CERTS[1..*]=Autorit
|
|||
standardInput=CERTS
|
||||
standardInputDescription=OpenPGP Zertifikate auf denen UserIDs validiert werden sollen
|
||||
|
||||
picocli.endofoptions.description=Ende der Optionen. Der Rest sind Positionsparameter. Behebt 'Missing required parameter' Fehler
|
||||
|
||||
stacktrace=Print stacktrace
|
||||
# Generic TODO: Remove when bumping picocli to 4.7.0
|
||||
usage.parameterListHeading=%nParameter:%n
|
||||
|
|
Loading…
Reference in a new issue