109110111112113114115116117118119
return -1; } } try { options.parseArguments(args); } catch (BadCommandLineException e) { // there was an error in the command line. // print usage and abort. System.out.println(e.getMessage()); System.out.println();
118119120121122123124125126127128
} } try { options.parseArguments(args); } catch (BadCommandLineException e) { // there was an error in the command line. // print usage and abort. System.out.println(e.getMessage()); System.out.println();