120121122123124125126127128129130
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();