java/sql-dk/src/info/globalcode/sql/dk/CLIStarter.java
branchv_0
changeset 17 d8ab8aece6f2
parent 16 5b8fcd35d4d6
child 20 e225bdcd260e
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/CLIStarter.java	Mon Dec 16 20:01:37 2013 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/CLIStarter.java	Mon Dec 16 20:20:54 2013 +0100
     1.3 @@ -38,8 +38,8 @@
     1.4  
     1.5  			/** Show info */
     1.6  			if (!options.getShowInfo().isEmpty()) {
     1.7 -				InfoLister infoLister = new InfoLister();
     1.8 -				infoLister.showInfo(options, System.err);
     1.9 +				InfoLister infoLister = new InfoLister(System.err);
    1.10 +				infoLister.showInfo(options);
    1.11  			}
    1.12  
    1.13  		} catch (CLIParserException e) {