Add resource string for --stacktrace option

This commit is contained in:
Paul Schaub 2022-11-15 15:49:06 +01:00
parent 60f52ab89e
commit ed46adbe52
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
3 changed files with 4 additions and 1 deletions

View File

@ -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;

View File

@ -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.

View File

@ -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.