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;