diff -r 02c8eaa425e8 -r e5d04a68ce1e java/sql-dk/src/info/globalcode/sql/dk/CLIOptions.java --- a/java/sql-dk/src/info/globalcode/sql/dk/CLIOptions.java Thu Dec 26 21:47:33 2013 +0100 +++ b/java/sql-dk/src/info/globalcode/sql/dk/CLIOptions.java Thu Dec 26 21:48:59 2013 +0100 @@ -78,9 +78,6 @@ if (batch) { e.addProblem(new InvalidOptionsException.OptionProblem("Do not specify batch if just showing info.")); } - if (isNotEmpty(formatterName, false)) { - e.addProblem(new InvalidOptionsException.OptionProblem("Do not specify formatter if just showing info.")); - } if (!equalz(namePrefix, DEFAULT_NAME_PREFIX)) { e.addProblem(new InvalidOptionsException.OptionProblem("Do not specify name prefix if just showing info.")); }