mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 23:22:05 +01:00
Fix sop.properties sop command header
This commit is contained in:
parent
77c76c57d0
commit
86e39809ae
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
sop.name=sop
|
sop.name=sop
|
||||||
usage.header=Stateless OpenPGP Protocol
|
sop.usage.header=Stateless OpenPGP Protocol
|
||||||
|
|
||||||
usage.footerHeading=Powered by picocli%n
|
usage.footerHeading=Powered by picocli%n
|
||||||
sop.locale=Locale for description texts
|
sop.locale=Locale for description texts
|
||||||
|
@ -11,7 +11,7 @@ usage.synopsisHeading=Usage:\u0020
|
||||||
usage.commandListHeading = %nCommands:%n
|
usage.commandListHeading = %nCommands:%n
|
||||||
# Exit Codes
|
# Exit Codes
|
||||||
usage.exitCodeListHeading=%nExit Codes:%n
|
usage.exitCodeListHeading=%nExit Codes:%n
|
||||||
usage.exitCodeList.0=\u00200:Successful program execution.
|
usage.exitCodeList.0=\u00200:Successful program execution
|
||||||
usage.exitCodeList.1=\u00201:Generic program error
|
usage.exitCodeList.1=\u00201:Generic program error
|
||||||
usage.exitCodeList.2=\u00203:Verification requested but no verifiable signature found
|
usage.exitCodeList.2=\u00203:Verification requested but no verifiable signature found
|
||||||
usage.exitCodeList.3=13:Unsupported asymmetric algorithm
|
usage.exitCodeList.3=13:Unsupported asymmetric algorithm
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
sop.name=sop
|
sop.name=sop
|
||||||
usage.header=Stateless OpenPGP Protocol
|
sop.usage.header=Stateless OpenPGP Protocol
|
||||||
usage.footerHeading=Powered by Picocli%n
|
usage.footerHeading=Powered by Picocli%n
|
||||||
sop.locale=Gebietsschema für Beschreibungstexte
|
sop.locale=Gebietsschema für Beschreibungstexte
|
||||||
# Generic
|
# Generic
|
||||||
|
|
Loading…
Reference in a new issue