java/sql-dk/src/info/globalcode/sql/dk/CLIOptions.java
branchv_0
changeset 71 e5d04a68ce1e
parent 69 0befec5034c2
child 74 a8444f6a54f3
--- 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."));
 			}