This commit is contained in:
Rob Greene 2018-06-19 20:10:11 -05:00
parent 369f1e5eba
commit 2bf7de8a0d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import picocli.CommandLine.Option;
InfoCommand.class,
})
public class Main implements Runnable {
@Option(names = "--debug", description = "Dump full stack trackes if an error occurs")
@Option(names = "--debug", description = "Dump full stack traces if an error occurs")
private static boolean debugFlag;
public static void main(String[] args) {