java/sql-dk/src/info/globalcode/sql/dk/CLIStarter.java
branchv_0
changeset 15 bbd335b5410c
parent 14 189b1260b942
child 16 5b8fcd35d4d6
equal deleted inserted replaced
14:189b1260b942 15:bbd335b5410c
    21 			options.validate();
    21 			options.validate();
    22 
    22 
    23 			/** Show info */
    23 			/** Show info */
    24 			if (!options.getShowInfo().isEmpty()) {
    24 			if (!options.getShowInfo().isEmpty()) {
    25 				InfoLister infoLister = new InfoLister();
    25 				InfoLister infoLister = new InfoLister();
    26 				infoLister.showInfo(options.getShowInfo(), System.err);
    26 				infoLister.showInfo(options, System.err);
    27 			}
    27 			}
    28 
    28 
    29 		} catch (CLIParserException e) {
    29 		} catch (CLIParserException e) {
    30 			log.log(Level.SEVERE, "Unable to parse CLI options", e);
    30 			log.log(Level.SEVERE, "Unable to parse CLI options", e);
    31 		} catch (InvalidOptionsException e) {
    31 		} catch (InvalidOptionsException e) {