mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +01:00
Add resource string for --stacktrace option
This commit is contained in:
parent
60f52ab89e
commit
ed46adbe52
3 changed files with 4 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class SopCLI {
|
|||
|
||||
public static String EXECUTABLE_NAME = "sop";
|
||||
|
||||
@CommandLine.Option(names = {"--stacktrace"}, description = "Print Stacktrace",
|
||||
@CommandLine.Option(names = {"--stacktrace"},
|
||||
scope = CommandLine.ScopeType.INHERIT)
|
||||
static boolean stacktrace;
|
||||
|
||||
|
|
|
@ -34,6 +34,8 @@ usage.exitCodeList.17=73:Ambiguous input (a filename matching the designator alr
|
|||
usage.exitCodeList.18=79:Key is not signing capable
|
||||
|
||||
## SHARED RESOURCES
|
||||
stacktrace=Print stacktrace
|
||||
|
||||
## Malformed Input
|
||||
sop.error.input.malformed_session_key=Session keys are expected in the format 'ALGONUM:HEXKEY'.
|
||||
sop.error.input.not_a_private_key=Input '%s' does not contain an OpenPGP private key.
|
||||
|
|
|
@ -34,6 +34,7 @@ usage.exitCodeList.17=73:Mehrdeutige Eingabe (ein Dateiname, der dem Bezeichner
|
|||
usage.exitCodeList.18=79:Schlüssel ist nicht fähig zu signieren
|
||||
|
||||
## SHARED RESOURCES
|
||||
stacktrace=Stacktrace ausgeben
|
||||
## Malformed Input
|
||||
sop.error.input.malformed_session_key=Nachrichtenschlüssel werden im folgenden Format erwartet: 'ALGONUM:HEXKEY'
|
||||
sop.error.input.not_a_private_key=Eingabe '%s' enthält keinen privaten OpenPGP Schlüssel.
|
||||
|
|
Loading…
Reference in a new issue