java/sql-dk/src/info/globalcode/sql/dk/CLIStarter.java
branchv_0
changeset 70 02c8eaa425e8
parent 69 0befec5034c2
child 75 43aa4625ab7e
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/CLIStarter.java	Thu Dec 26 21:18:54 2013 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/CLIStarter.java	Thu Dec 26 21:47:33 2013 +0100
     1.3 @@ -98,9 +98,7 @@
     1.4  		if (!options.getShowInfo().isEmpty()) {
     1.5  			PrintStream infoOut = mode == MODE.JUST_SHOW_INFO ? System.out : System.err;
     1.6  			InfoLister infoLister = new InfoLister(infoOut, this, options);
     1.7 -			for (InfoLister.InfoType infoType : options.getShowInfo()) {
     1.8 -				infoType.showInfo(infoLister);
     1.9 -			}
    1.10 +			infoLister.showInfo();
    1.11  		}
    1.12  
    1.13  		switch (mode) {